console_cmds.c
changeset 4614 82d41ead0e22
parent 4600 c3d1ca65a598
child 4716 d9ca1be9d04b
--- 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)
 {