Added amb1978 - Core.cfg now has parameters to set the gamedata auto-updater server and port.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402487
This commit is contained in:
Matt Woodrow
2008-09-02 06:29:50 +00:00
parent fe4e39a2dd
commit 9ef7dca666
2 changed files with 38 additions and 3 deletions
+10
View File
@@ -102,4 +102,14 @@
* The default value is "no". A value of "yes" will let the server automatically restart.
*/
"ForceRestartAfterUpdate" "no"
/**
* Sets the server to connect to for auotmatic gamedata updates.
*/
"AutoUpdateServer" "hayate.alliedmods.net"
/**
* Sets the port to connect to on the AutoUpdateServer server
*/
"AutoUpdatePort" "6500"
}