mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Removal of lingering debugging shit.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3204 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -63,8 +63,6 @@
|
||||
if(!ready)
|
||||
return
|
||||
|
||||
world << "sucessful run!"
|
||||
|
||||
interpreter.SetVar("$content", signal.data["message"])
|
||||
interpreter.SetVar("$freq" , signal.frequency)
|
||||
interpreter.SetVar("$source" , signal.data["name"])
|
||||
@@ -154,8 +152,6 @@
|
||||
// Run the compiled code
|
||||
interpreter.Run()
|
||||
|
||||
world << "interpreter.Run() complete."
|
||||
|
||||
// Backwards-apply variables onto signal data
|
||||
/* html_encode() EVERYTHING. fucking players can't be trusted with SHIT */
|
||||
|
||||
@@ -193,10 +189,6 @@ datum/signal
|
||||
|
||||
proc/tcombroadcast(var/message, var/freq, var/source, var/job)
|
||||
|
||||
world << message
|
||||
world << freq
|
||||
world << source
|
||||
world << job
|
||||
var/mob/living/carbon/human/H = new
|
||||
var/datum/signal/newsign = new
|
||||
var/obj/machinery/telecomms/server/S = data["server"]
|
||||
|
||||
Reference in New Issue
Block a user