mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-29 03:21:42 +00:00
Forgot to call makejson()
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user