A single missing parenthesis managed to make every single file in all of code/modules return an error.

This commit is contained in:
fludd12
2017-05-16 23:07:50 -04:00
parent 757d4a66be
commit 05eceb85d1
+1 -1
View File
@@ -237,7 +237,7 @@
if(!say)
return
say = strip_html(say)
say = pencode_to_html(say, usr, format = 0, fields = 0
say = pencode_to_html(say, usr, format = 0, fields = 0)
for(var/mob/living/target in targets)
log_say("Project Mind: [key_name(user)]->[key_name(target)]: [say]")