mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Merge pull request #3211 from VOREStation/aro-topic
POLARIS: Move Topic() log to debug_log
This commit is contained in:
@@ -147,7 +147,7 @@ var/world_topic_spam_protect_ip = "0.0.0.0"
|
|||||||
var/world_topic_spam_protect_time = world.timeofday
|
var/world_topic_spam_protect_time = world.timeofday
|
||||||
|
|
||||||
/world/Topic(T, addr, master, key)
|
/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")
|
if (T == "ping")
|
||||||
var/x = 1
|
var/x = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user