From 44b0a2ec4dd715de2ebe0390cd5af76f78bab33e Mon Sep 17 00:00:00 2001 From: Tad Hardesty Date: Tue, 11 Dec 2018 21:22:19 -0800 Subject: [PATCH] Use a logging proc that actually exists --- code/modules/mob/living/silicon/ai/ai.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/silicon/ai/ai.dm b/code/modules/mob/living/silicon/ai/ai.dm index 99a3f09146d..4aafdb830dd 100644 --- a/code/modules/mob/living/silicon/ai/ai.dm +++ b/code/modules/mob/living/silicon/ai/ai.dm @@ -414,7 +414,7 @@ break if(!can_dominate_mechs && !mech_has_controlbeacon) message_admins("Warning: possible href exploit by [key_name(usr)] - attempted control of a mecha without can_dominate_mechs or a control beacon in the mech.") - log_debug("Warning: possible href exploit by [key_name(usr)] - attempted control of a mecha without can_dominate_mechs or a control beacon in the mech.") + log_game("Warning: possible href exploit by [key_name(usr)] - attempted control of a mecha without can_dominate_mechs or a control beacon in the mech.") return if(controlled_mech)