From 9ced62e239c6ff424659cc1151632766d366da20 Mon Sep 17 00:00:00 2001 From: truelight Date: Mon, 13 Dec 2004 17:47:21 +0000 Subject: (svn r1059) -Fix: [Console] Renamed 'set port' to 'set server_port' -Add: [Network] Add ip-bind ('set server_bind_ip ' in console or use scripts/pre_dedicated.scr) --- settings_gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'settings_gui.c') diff --git a/settings_gui.c b/settings_gui.c index ed7076199..20a5696a1 100644 --- a/settings_gui.c +++ b/settings_gui.c @@ -1005,7 +1005,7 @@ void ConsoleSetPatchSetting(char *name, char *value) /* We did not found the patch setting */ if (!found) { - IConsolePrintF(_iconsole_color_warning, "'%s' is an unkown patch settings", name); + IConsolePrintF(_iconsole_color_warning, "'%s' is an unkown patch setting", name); return; } @@ -1063,7 +1063,7 @@ void ConsoleGetPatchSetting(char *name) /* We did not found the patch setting */ if (!found) { - IConsolePrintF(_iconsole_color_warning, "'%s' is an unkown patch settings", name); + IConsolePrintF(_iconsole_color_warning, "'%s' is an unkown patch setting", name); return; } -- cgit v1.2.3-54-g00ecf