mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: common: fix inverted check in addmaster
This commit is contained in:
@@ -393,7 +393,7 @@ static void NET_AddMaster_f( void )
|
||||
master = NET_AddMaster( Cmd_Argv( 1 ));
|
||||
master->save = true;
|
||||
|
||||
if( Q_stricmp( Cmd_Argv( 2 ), "gs" ))
|
||||
if( !Q_stricmp( Cmd_Argv( 2 ), "gs" ))
|
||||
master->gs = true;
|
||||
|
||||
ml.modified = true; // save config
|
||||
|
||||
Reference in New Issue
Block a user