HLMultiplayerRules: mp_allowmonsters is now respected.
This commit is contained in:
parent
c4e3745288
commit
cf9b3353bb
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ HLMultiplayerRules::ConsoleCommand(NSClientPlayer pp, string cmd)
|
|||
bool
|
||||
HLMultiplayerRules::MonstersSpawn(void)
|
||||
{
|
||||
return (false);
|
||||
return (autocvar(mp_allowmonsters, 0)) ? true : false;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue