mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-10 14:04:21 +00:00
Fix build.
This commit is contained in:
parent
f667a0ac38
commit
2b38cb642f
@ -680,7 +680,7 @@ void ClientCommand( edict_t *pEntity )
|
|||||||
}
|
}
|
||||||
else if( FStrEq( pcmd, "make" ) )
|
else if( FStrEq( pcmd, "make" ) )
|
||||||
{
|
{
|
||||||
if( g_pGameRules->IsMonster() && !g_flWeaponCheat )
|
if( g_pGameRules->IsMonster() && !g_enable_cheats->value )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
int iszItem = ALLOC_STRING( CMD_ARGV( 1 ) ); // Make a copy of the classname
|
int iszItem = ALLOC_STRING( CMD_ARGV( 1 ) ); // Make a copy of the classname
|
||||||
|
Loading…
x
Reference in New Issue
Block a user