Merge pull request #3882 from Citadel-Station-13/upstream-merge-32371

[MIRROR] SSoverlay improvements and tweaks
This commit is contained in:
LetterJay
2017-11-14 14:56:34 -06:00
committed by GitHub
12 changed files with 121 additions and 47 deletions
-1
View File
@@ -99,7 +99,6 @@
LAZYCLEARLIST(overlays)
LAZYCLEARLIST(priority_overlays)
//SSoverlays.processing -= src //we COULD do this, but it's better to just let it fall out of the processing queue
QDEL_NULL(light)
+1 -1
View File
@@ -124,7 +124,7 @@ GLOBAL_PROTECT(security_mode)
if(I in input)
handler = topic_handlers[I]
break
if((!handler || initial(handler.log)) && config && CONFIG_GET(flag/log_world_topic))
WRITE_FILE(GLOB.world_game_log, "TOPIC: \"[T]\", from:[addr], master:[master], key:[key]")