summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f2b9872)
raw | patch | inline | side by side (parent: f2b9872)
author | fgsfds <pvt.fgsfds@gmail.com> | |
Sat, 2 May 2020 22:06:53 +0000 (01:06 +0300) | ||
committer | fgsfds <pvt.fgsfds@gmail.com> | |
Sat, 2 May 2020 22:07:02 +0000 (01:07 +0300) |
src/game/g_console.pas | patch | blob | history |
diff --git a/src/game/g_console.pas b/src/game/g_console.pas
index b4842f5eef671e325dd6b17c5cbeb010c729525b..d3059549107a05b8fa58b92df8bbb916880f7109 100644 (file)
--- a/src/game/g_console.pas
+++ b/src/game/g_console.pas
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);