mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
comment out panicwriter and saytesting
This commit is contained in:
@@ -26,7 +26,7 @@ proc/time_stamp()
|
||||
|
||||
/* Returns 1 if it is the selected month and day */
|
||||
proc/isDay(var/month, var/day)
|
||||
writepanic("[__FILE__].[__LINE__] \\/proc/isDay() called tick#: [world.time]")
|
||||
//writepanic("[__FILE__].[__LINE__] \\/proc/isDay() called tick#: [world.time]")
|
||||
if(isnum(month) && isnum(day))
|
||||
var/MM = text2num(time2text(world.timeofday, "MM")) // get the current month
|
||||
var/DD = text2num(time2text(world.timeofday, "DD")) // get the current day
|
||||
|
||||
Reference in New Issue
Block a user