(svn r1251) -Fix: [Console] The alias 'clean_company' is now working correctly
authortruelight
Thu, 23 Dec 2004 17:12:30 +0000
changeset 784 f7081b6256f4
parent 783 9b51f5714d15
child 785 e9ca2bcc9c8f
(svn r1251) -Fix: [Console] The alias 'clean_company' is now working correctly
console_cmds.c
--- a/console_cmds.c	Thu Dec 23 15:33:47 2004 +0000
+++ b/console_cmds.c	Thu Dec 23 17:12:30 2004 +0000
@@ -960,7 +960,7 @@
 	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);