mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
comment out panicwriter and saytesting
This commit is contained in:
@@ -157,7 +157,7 @@ The client is optional and may be a /mob, /client or /html_interface_client obje
|
||||
src.setEyeColor("red", hclient)
|
||||
|
||||
/datum/html_interface/nanotrasen/proc/setEyeColor(color, datum/html_interface_client/hclient)
|
||||
writepanic("[__FILE__].[__LINE__] ([src.type])([usr ? usr.ckey : ""]) \\/datum/html_interface/nanotrasen/proc/setEyeColor() called tick#: [world.time]")
|
||||
//writepanic("[__FILE__].[__LINE__] ([src.type])([usr ? usr.ckey : ""]) \\/datum/html_interface/nanotrasen/proc/setEyeColor() called tick#: [world.time]")
|
||||
hclient = getClient(hclient)
|
||||
|
||||
if (istype(hclient))
|
||||
|
||||
Reference in New Issue
Block a user