# HG changeset patch # User Darkvater # Date 1158492799 0 # Node ID 3b28b8e7d4b6d698a707e9da15df7013f25745e6 # Parent 6fbc87fa5e3b2f6871ef9273c657fdbf652e6c7c (svn r6471) -Fix (r6450): ConPatch was moved from network-only, but the function was still inside the ENABLE_NETWORK define. Thanks nycom. diff -r 6fbc87fa5e3b -r 3b28b8e7d4b6 console_cmds.c --- a/console_cmds.c Sat Sep 16 22:09:26 2006 +0000 +++ b/console_cmds.c Sun Sep 17 11:33:19 2006 +0000 @@ -1358,6 +1358,7 @@ IConsolePrintF(_icolour_warn, "'server_ip' changed to: %s", inet_ntoa(*(struct in_addr *)&_network_server_bind_ip)); return true; } +#endif /* ENABLE_NETWORK */ DEF_CONSOLE_CMD(ConPatch) { @@ -1383,7 +1384,6 @@ return true; } -#endif /* ENABLE_NETWORK */ DEF_CONSOLE_CMD(ConListDumpVariables) {