From 849699367b70d85e83ec3ac3bec68348dc63e80b Mon Sep 17 00:00:00 2001 From: fgsfds Date: Sun, 3 May 2020 01:06:53 +0300 Subject: [PATCH] whitelist a bunch of shit --- src/game/g_console.pas | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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); -- 2.29.2