mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 12:56:10 +01:00
Bump dreamchecker version to 1.4 (#8711)
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
if(istype(running_code))
|
||||
running_code.cycle(100000)
|
||||
var/list/dat = json_decode(ntsl2.send(list(action="get_signals",id=running_code.id)))
|
||||
if(istype(dat) && "content" in dat)
|
||||
if(istype(dat) && ("content" in dat))
|
||||
var/datum/signal/sig = null
|
||||
if(dat["reference"])
|
||||
sig = locate(dat["reference"])
|
||||
@@ -44,4 +44,4 @@
|
||||
else
|
||||
sig = new()
|
||||
sig.data["server"] = running_code.S
|
||||
sig.tcombroadcast(html_encode(dat["content"]), dat["freq"], html_encode(dat["source"]), html_encode(dat["job"]), html_encode(dat["verb"]), dat["language"])
|
||||
sig.tcombroadcast(html_encode(dat["content"]), dat["freq"], html_encode(dat["source"]), html_encode(dat["job"]), html_encode(dat["verb"]), dat["language"])
|
||||
|
||||
Reference in New Issue
Block a user