From e480efb19dc73986721591676580eb1a2296aec3 Mon Sep 17 00:00:00 2001 From: truelight Date: Thu, 23 Dec 2004 17:12:30 +0000 Subject: (svn r1251) -Fix: [Console] The alias 'clean_company' is now working correctly --- console_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'console_cmds.c') diff --git a/console_cmds.c b/console_cmds.c index 4fdad2e59..36be8248f 100644 --- a/console_cmds.c +++ b/console_cmds.c @@ -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); -- cgit v1.2.3-54-g00ecf