mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 12:40:58 +00:00
Whoops
This commit is contained in:
parent
305f58077d
commit
afb8e6e181
1 changed files with 1 additions and 1 deletions
|
@ -1451,7 +1451,7 @@ void Command_ObjectPlace_f(void)
|
|||
|
||||
silent = COM_CheckParm("-silent");
|
||||
|
||||
thingarg = 2 - ( silent > 1 );
|
||||
thingarg = 2 - ( silent != 1 );
|
||||
|
||||
// Entering objectplace?
|
||||
if (!objectplacing || thingarg < COM_Argc())
|
||||
|
|
Loading…
Reference in a new issue