Skip to content

Commit

Permalink
huge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumipharon committed Sep 26, 2023
1 parent e2cbca3 commit 5ef4523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/callproc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ef4523

Please sign in to comment.