summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9ecce49)
raw | patch | inline | side by side (parent: 9ecce49)
author | fgsfds <pvt.fgsfds@gmail.com> | |
Sun, 9 Feb 2020 21:40:14 +0000 (00:40 +0300) | ||
committer | fgsfds <pvt.fgsfds@gmail.com> | |
Sun, 9 Feb 2020 21:40:14 +0000 (00:40 +0300) |
src/game/g_console.pas | patch | blob | history |
diff --git a/src/game/g_console.pas b/src/game/g_console.pas
index 27ef5ecdb18b982c65cd625bb47e5ae86e356985..01cd41ab1c677fa9c45a791de02d2a7ea4d59644 100644 (file)
--- a/src/game/g_console.pas
+++ b/src/game/g_console.pas
AddCommand('g_maxlives', GameCVars);
AddCommand('g_warmuptime', GameCVars);
AddCommand('g_spawn_invul', GameCVars);
+ AddCommand('g_respawn_items', GameCVars);
AddCommand('net_interp', GameCVars);
AddCommand('net_forceplayerupdate', GameCVars);
AddCommand('net_predictself', GameCVars);
WhitelistCommand('restart');
WhitelistCommand('kick');
WhitelistCommand('ban');
+ WhitelistCommand('centerprint');
WhitelistCommand('addbot');
WhitelistCommand('bot_add');
WhitelistCommand('g_allow_monsters');
WhitelistCommand('g_scorelimit');
WhitelistCommand('g_timelimit');
+ WhitelistCommand('g_dm_keys');
+ WhitelistCommand('g_respawn_items');
+ WhitelistCommand('g_spawn_invul');
+ WhitelistCommand('g_warmuptime');
g_Console_ResetBinds;
g_Console_ReadConfig(configScript);