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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
truelight 20 years ago
parent c48ba54a09
commit 3672ae1118

@ -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);

Loading…
Cancel
Save