mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
A single missing parenthesis managed to make every single file in all of code/modules return an error.
This commit is contained in:
@@ -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]")
|
||||
|
||||
Reference in New Issue
Block a user