Skip to content

Commit

Permalink
bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumipharon committed Sep 26, 2023
1 parent 5ef4523 commit c296720
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/admin/callproc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ GLOBAL_PROTECT(AdminProcCallHandler)

/mob/proccall_handler/Initialize(mapload)
. = ..()
if(GLOB.AdminProcCallHandler)
if(GLOB.AdminProcCallHandler && GLOB.AdminProcCallHandler != src)
return INITIALIZE_HINT_QDEL
GLOB.AdminProcCallHandler = src

/mob/proccall_handler/vv_edit_var(var_name, var_value)
if(GLOB.AdminProcCallHandler != src)
Expand Down

0 comments on commit c296720

Please sign in to comment.