mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-19 14:51:27 +00:00
15 lines
353 B
Plaintext
15 lines
353 B
Plaintext
// This file should contain only these two procs in order to make logging filtering easier
|
|
// DO NOT ADD ANYTHING ELSE TO THIS FILE FOR THE LOVE OF GOD
|
|
// DONT EVEN EXPAN THIS COMMENT, KEEP THE LINE NUMBERS THE SAME
|
|
// (The whitespace after this is for line consistency)
|
|
|
|
|
|
|
|
|
|
|
|
/proc/stack_trace(msg)
|
|
CRASH(msg)
|
|
|
|
/datum/proc/stack_trace(msg)
|
|
CRASH(msg)
|