[Logging] Implement World GMSay Logging (#1505)

* Implement world GM say logging

* Add missed callback function

* Update min status
This commit is contained in:
Chris Miles
2021-08-31 00:33:31 -05:00
committed by GitHub
parent 1c8231eb9e
commit f4bd7c53c0
2 changed files with 48 additions and 3 deletions
+1
View File
@@ -727,6 +727,7 @@ RULE_CATEGORY_END()
RULE_CATEGORY(Logging)
RULE_BOOL(Logging, PrintFileFunctionAndLine, false, "Ex: [World Server] [net.cpp::main:309] Loading variables...")
RULE_BOOL(Logging, WorldGMSayLogging, true, "Relay worldserver logging to zone processes via GM say output")
RULE_CATEGORY_END()
RULE_CATEGORY(HotReload)