Forgot to call makejson()

This commit is contained in:
Head
2011-11-29 18:15:49 +01:00
parent 43d71282e0
commit e1df14b5c1
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
var/jsonpath = "/home/bay12/public_html"
var/dmepath = "/home/bay12/git/baystation12.dme"
var/makejson = 1 //temp
world/proc/makejson()
proc/makejson()
if(!makejson)
return

View File

@@ -678,7 +678,7 @@
world.update_status()
..()
makejson()
if (join_motd)
src << "<div class=\"motd\">[join_motd]</div>"
@@ -696,6 +696,7 @@
spawn(0)
if(holder)
del(holder)
makejson()
return ..()
/mob/proc/can_use_hands()