From: fgsfds Date: Sat, 2 May 2020 22:06:53 +0000 (+0300) Subject: whitelist a bunch of shit X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=commitdiff_plain;h=849699367b70d85e83ec3ac3bec68348dc63e80b whitelist a bunch of shit --- diff --git a/src/game/g_console.pas b/src/game/g_console.pas index b4842f5..d305954 100644 --- a/src/game/g_console.pas +++ b/src/game/g_console.pas @@ -1118,13 +1118,16 @@ begin WhitelistCommand('g_friendlyfire'); WhitelistCommand('g_weaponstay'); WhitelistCommand('g_allow_exit'); + WhitelistCommand('g_dm_keys'); WhitelistCommand('g_allow_monsters'); + WhitelistCommand('g_bot_vsmonsters'); + WhitelistCommand('g_bot_vsplayers'); WhitelistCommand('g_scorelimit'); WhitelistCommand('g_timelimit'); - WhitelistCommand('g_dm_keys'); + WhitelistCommand('g_maxlives'); + WhitelistCommand('g_warmup_time'); WhitelistCommand('g_spawn_invul'); WhitelistCommand('g_item_respawn_time'); - WhitelistCommand('g_warmup_time'); g_Console_ResetBinds; g_Console_ReadConfig(gConfigScript);