Murder some old disabled admin verbs

This commit is contained in:
ShadowLarkens
2024-10-23 05:48:57 -07:00
parent ec18de7d79
commit 2bb91dcf59
12 changed files with 2 additions and 126 deletions

View File

@@ -3,9 +3,6 @@
set name = "OOC"
set category = "OOC"
if(say_disabled) //This is here to try to identify lag problems
to_chat(usr, span_warning("Speech is currently admin-disabled."))
return
if(!mob) return
if(IsGuestKey(key))
@@ -86,10 +83,6 @@
set desc = "Local OOC, seen only by those in view."
set category = "OOC"
if(say_disabled) //This is here to try to identify lag problems
to_chat(usr, span_danger("Speech is currently admin-disabled."))
return
if(!mob)
return