projects
/
xonotic
/
xonotic-data.pk3dir.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Manual riddance of remaining "if not".
[xonotic/xonotic-data.pk3dir.git]
/
qcsrc
/
server
/
command
/
cmd.qc
diff --git
a/qcsrc/server/command/cmd.qc
b/qcsrc/server/command/cmd.qc
index
924a38e
..
44cc46a
100644
(file)
--- a/
qcsrc/server/command/cmd.qc
+++ b/
qcsrc/server/command/cmd.qc
@@
-279,7
+279,7
@@
void ClientCommand_selectteam(float request, float argc)
if(IS_CLIENT(self))
{
if(teamplay)
- if
not(self.team_forced > 0)
+ if
(self.team_forced <= 0)
if (!lockteams)
{
float selection;