Fix indent

This commit is contained in:
Mark van Alphen
2017-02-22 18:38:06 +01:00
committed by GitHub
parent 8396863d7f
commit ef446d2391
+1 -1
View File
@@ -14,7 +14,7 @@
/obj/item/device/megaphone/attack_self(mob/living/user as mob)
if(user.client && (user.client.prefs.muted & MUTE_IC))
to_chat(src, "<span class='warning'>You cannot speak in IC (muted).</span>")
return
return
if(!ishuman(user))
to_chat(user, "<span class='warning'>You don't know how to use this!</span>")
return