diff --git a/code/modules/admin/callproc.dm b/code/modules/admin/callproc.dm index 5b074744b884e..06af1fc5c2b5e 100644 --- a/code/modules/admin/callproc.dm +++ b/code/modules/admin/callproc.dm @@ -43,7 +43,7 @@ GLOBAL_PROTECT(AdminProcCallHandler) if(GLOB.AdminProcCallHandler != src) return ..() if(!force) - #ifndef UNIT_TESTS + #ifdef UNIT_TESTS stack_trace("Attempted deletion on [type] - [name], aborting.") #endif return QDEL_HINT_LETMELIVE