(svn r1251) -Fix: [Console] The alias 'clean_company' is now working correctly

This commit is contained in:
truelight 2004-12-23 17:12:30 +00:00
parent c48ba54a09
commit 3672ae1118
1 changed files with 1 additions and 1 deletions

View File

@ -960,7 +960,7 @@ void IConsoleStdLibRegister(void)
IConsoleCmdHook("status", ICONSOLE_HOOK_ACCESS, ConCmdHookNoNetClient);
IConsoleCmdHook("resetengines", ICONSOLE_HOOK_ACCESS, ConCmdHookNoNetwork);
IConsoleAliasRegister("clean_company", "reset_company");
IConsoleAliasRegister("clean_company", "reset_company %A");
IConsoleVarRegister("net_frame_freq", &_network_frame_freq, ICONSOLE_VAR_UINT8);
IConsoleVarHook("net_frame_freq", ICONSOLE_HOOK_ACCESS, ConVarHookNoNetClient);