mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-05 00:12:16 +00:00
Whoops
This commit is contained in:
parent
a0150e3ddf
commit
b812c7a6d6
1 changed files with 1 additions and 1 deletions
|
|
@ -1451,7 +1451,7 @@ void Command_ObjectPlace_f(void)
|
||||||
|
|
||||||
silent = COM_CheckParm("-silent");
|
silent = COM_CheckParm("-silent");
|
||||||
|
|
||||||
thingarg = 2 - ( silent > 1 );
|
thingarg = 2 - ( silent != 1 );
|
||||||
|
|
||||||
// Entering objectplace?
|
// Entering objectplace?
|
||||||
if (!objectplacing || thingarg < COM_Argc())
|
if (!objectplacing || thingarg < COM_Argc())
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue