updates maploader, fixes a few things

This commit is contained in:
LetterJay
2017-03-24 01:39:11 -05:00
parent 41808ea6ae
commit 1d518bb4dd
17 changed files with 89 additions and 56 deletions
+1 -9
View File
@@ -1,6 +1,6 @@
/world
mob = /mob/dead/new_player
turf = /turf/basic
turf = /turf/open/space/basic
area = /area/space
view = "15x15"
cache_lifespan = 7
@@ -40,7 +40,6 @@
load_mode()
load_motd()
load_admins()
load_mentors()
if(config.usewhitelist)
load_whitelist()
LoadBans()
@@ -105,13 +104,6 @@
s["revision"] = revdata.commit
s["revision_date"] = revdata.date
var/mentors = 0
for(var/client/C in clients)
var/mentor = mentor_datums[C.ckey]
if(mentor)
mentors++
s["mentors"] = mentors
var/list/adm = get_admin_counts()
var/list/presentmins = adm["present"]
var/list/afkmins = adm["afk"]