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) {