This way is better

This commit is contained in:
Lzimann
2017-05-27 01:06:52 -03:00
parent d37c2c12f7
commit 8b14ea1aeb
+1 -1
View File
@@ -473,7 +473,7 @@ It's fairly easy to fix if dealing with single letters but not so much with comp
ClickOn(T)
/mob/proc/log_message(message, message_type)
if(!LAZYLEN(message) || !message_type || !client)
if(!client || !LAZYLEN(message) || !message_type)
return
if(!islist(logging[message_type]))