Merge pull request #16515 from ShadowLarkens/zas

Some ZAS tweaks and minor optimizations
This commit is contained in:
Heroman3003
2024-11-28 05:34:47 +10:00
committed by GitHub
45 changed files with 330 additions and 460 deletions
-7
View File
@@ -3,9 +3,6 @@
set name = "OOC"
set category = "OOC.Chat"
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.Chat"
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