From ed7392ef5d7b84fe2e357b3aec1da24d0a7c1951 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Sun, 17 Sep 2006 11:33:19 +0000 Subject: [PATCH] (svn r6471) -Fix (r6450): ConPatch was moved from network-only, but the function was still inside the ENABLE_NETWORK define. Thanks nycom. --- console_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console_cmds.c b/console_cmds.c index 8a44054e3a..37b7d92a6c 100644 --- a/console_cmds.c +++ b/console_cmds.c @@ -1358,6 +1358,7 @@ DEF_CONSOLE_CMD(ConProcServerIP) 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 @@ DEF_CONSOLE_CMD(ConPatch) return true; } -#endif /* ENABLE_NETWORK */ DEF_CONSOLE_CMD(ConListDumpVariables) {