HLMultiplayerRules: mp_allowmonsters is now respected.

This commit is contained in:
Marco Cawthorne 2022-08-06 00:15:23 -07:00
parent c4e3745288
commit cf9b3353bb
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ HLMultiplayerRules::ConsoleCommand(NSClientPlayer pp, string cmd)
bool
HLMultiplayerRules::MonstersSpawn(void)
{
return (false);
return (autocvar(mp_allowmonsters, 0)) ? true : false;
}
void