Skip to content
Snippets Groups Projects
Commit 6eefcf30 authored by DarkGod's avatar DarkGod
Browse files

Fixed errors on death for players with a % in their names

parent 7678dc30
No related branches found
No related tags found
No related merge requests found
......@@ -1426,7 +1426,7 @@ function _M:displayDelayedLogDamage()
end
end
end
if self.delayed_death_message then game.log(self.delayed_death_message) end
if self.delayed_death_message then game.log("%s", self.delayed_death_message) end
self.delayed_death_message = nil
self.delayed_log_damage = {}
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment