mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-31 07:58:22 +01:00
POLARIS: Move Topic() log to debug_log
This commit is contained in:
+1
-1
@@ -145,7 +145,7 @@ var/world_topic_spam_protect_ip = "0.0.0.0"
|
||||
var/world_topic_spam_protect_time = world.timeofday
|
||||
|
||||
/world/Topic(T, addr, master, key)
|
||||
diary << "TOPIC: \"[T]\", from:[addr], master:[master], key:[key][log_end]"
|
||||
debug_log << "TOPIC: \"[T]\", from:[addr], master:[master], key:[key][log_end]"
|
||||
|
||||
if (T == "ping")
|
||||
var/x = 1
|
||||
|
||||
Reference in New Issue
Block a user