- Added a config option that allows the admin system to run off of data from the database. There is a config options in config.txt that dictates whether to use the new SQL based system or the legacy admins.txt system. If a server is set to use the new system, but a connection cannot be established to the database, it reverts to the legacy system, same applies if a query to the database returns empty. The config option defaults to use the legacy system.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4863 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2012-10-13 22:32:51 +00:00
parent 940808ee86
commit a5b37f81c3
4 changed files with 58 additions and 20 deletions

View File

@@ -17,10 +17,6 @@
var/airlock_wire = null
var/datum/radio_frequency/radio_connection
proc
signal()
New()
..()
spawn(40)
@@ -103,7 +99,7 @@
return
signal()
proc/signal()
if(!radio_connection) return
var/datum/signal/signal = new