(svn r1059) -Fix: [Console] Renamed 'set port' to 'set server_port'

-Add: [Network] Add ip-bind ('set server_bind_ip <ip>' in console or use 
scripts/pre_dedicated.scr)
This commit is contained in:
truelight
2004-12-13 17:47:21 +00:00
parent daad647d3d
commit 83bdec9b91
9 changed files with 56 additions and 11 deletions

View File

@@ -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;
}