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
+2 -1
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()