Commented out some more forum-sql related code

This commit is contained in:
Albert Iordache
2011-11-24 13:41:20 +02:00
parent c1cc954e94
commit 4a4353e1fc
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -299,7 +299,7 @@
else
diary << "Unknown setting in configuration: '[name]'"
/datum/configuration/proc/loadforumsql(filename) // -- TLE
/*/datum/configuration/proc/loadforumsql(filename) // -- TLE
var/text = file2text(filename)
if (!text)
@@ -350,7 +350,7 @@
if ("authenticatedgroup")
forum_authenticated_group = value
else
diary << "Unknown setting in configuration: '[name]'"
diary << "Unknown setting in configuration: '[name]'"*/
/datum/configuration/proc/pick_mode(mode_name)
// I wish I didn't have to instance the game modes in order to look up
+3 -3
View File
@@ -170,7 +170,7 @@ var
// MySQL configuration
// MySQL configuration. You can also use the config/dbconfig.txt file.
sqladdress = "localhost"
sqlport = "3306"
@@ -192,10 +192,10 @@ var
// These are all default values that will load should the forumdbconfig.txt
// file fail to read for whatever reason.
forumsqladdress = "localhost"
/*forumsqladdress = "localhost"
forumsqlport = "3306"
forumsqldb = "tgstation"
forumsqllogin = "root"
forumsqlpass = ""
forum_activated_group = "2"
forum_authenticated_group = "10"
forum_authenticated_group = "10"*/
+1 -1
View File
@@ -66,7 +66,7 @@
config.load("config/config.txt")
config.load("config/game_options.txt","game_options")
config.loadsql("config/dbconfig.txt")
config.loadforumsql("config/forumdbconfig.txt")
//config.loadforumsql("config/forumdbconfig.txt")
// apply some settings from config..
abandon_allowed = config.respawn