diff --git a/code/__HELPERS/time.dm b/code/__HELPERS/time.dm index 8722466e587..59e95ad8e85 100644 --- a/code/__HELPERS/time.dm +++ b/code/__HELPERS/time.dm @@ -13,7 +13,7 @@ ///returns the current IC station time in a human readable format /proc/station_time_timestamp(format = "hh:mm:ss", wtime) - return time2text(station_time(TRUE, wtime), format, NO_TIMEZONE) + return time2text(station_time(wtime), format, NO_TIMEZONE) /proc/station_time_debug(force_set) if(isnum(force_set))