From 3672ae111857e7dffff55737a50d06f5d44114a5 Mon Sep 17 00:00:00 2001 From: truelight Date: Thu, 23 Dec 2004 17:12:30 +0000 Subject: [PATCH] (svn r1251) -Fix: [Console] The alias 'clean_company' is now working correctly --- console_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console_cmds.c b/console_cmds.c index 4fdad2e594..36be8248ff 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);