X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_console.pas;h=94b65318a091c51e78dfa8f2fcfc268c489a8aa3;hb=0b34f8195a84d9aecc7cd9f17fd1902b7723e3b8;hp=27ef5ecdb18b982c65cd625bb47e5ae86e356985;hpb=408d21ccc37ab8b7848b9e0eecc48bd38d2ae89c;p=d2df-sdl.git diff --git a/src/game/g_console.pas b/src/game/g_console.pas index 27ef5ec..94b6531 100644 --- a/src/game/g_console.pas +++ b/src/game/g_console.pas @@ -1019,6 +1019,7 @@ begin WhitelistCommand('restart'); WhitelistCommand('kick'); WhitelistCommand('ban'); + WhitelistCommand('centerprint'); WhitelistCommand('addbot'); WhitelistCommand('bot_add'); @@ -1033,6 +1034,9 @@ begin WhitelistCommand('g_allow_monsters'); WhitelistCommand('g_scorelimit'); WhitelistCommand('g_timelimit'); + WhitelistCommand('g_dm_keys'); + WhitelistCommand('g_spawn_invul'); + WhitelistCommand('g_warmuptime'); g_Console_ResetBinds; g_Console_ReadConfig(configScript);