mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-21 15:51:31 +00:00
BRUTAL Part 1 - No proc var/ in procs
This commit is contained in:
@@ -6,7 +6,7 @@ GLOBAL_VAR_INIT(total_runtimes, 0)
|
||||
GLOBAL_VAR_INIT(total_runtimes_skipped, 0)
|
||||
// The ifdef needs to be down here, since the error viewer references total_runtimes
|
||||
#ifdef DEBUG
|
||||
/world/Error(var/exception/e, var/datum/e_src)
|
||||
/world/Error(exception/e, datum/e_src)
|
||||
if(!istype(e)) // Something threw an unusual exception
|
||||
log_world("\[[time_stamp()]] Uncaught exception: [e]")
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user