Ban appeals URL moved to config.txt to better support other servers using our codebase.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@361 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
musketstgstation@gmail.com
2010-10-30 19:01:53 +00:00
parent ed951575c2
commit ccd7118c25
3 changed files with 15 additions and 2 deletions
+4
View File
@@ -32,6 +32,7 @@
var/respawn = 1
var/server
var/banappeals
/datum/configuration/New()
var/list/L = typesof(/datum/game_mode) - /datum/game_mode
@@ -161,6 +162,9 @@
if ("server")
config.server = value
if ("banappeals")
config.banappeals = value
if ("probability")
var/prob_pos = findtext(value, " ")
var/prob_name = null