Skip to content
Snippets Groups Projects
Commit c7ea2e36 authored by dg's avatar dg
Browse files

Fix naming the lost merchant artifact when using #

git-svn-id: http://svn.net-core.org/repos/t-engine4@5163 51575b47-30f0-44d4-a5cc-537603b46e54
parent e0033f80
No related branches found
No related tags found
No related merge requests found
......@@ -159,6 +159,7 @@ end
--- Sets the player name
function _M:setPlayerName(name)
name = name:removeColorCodes():gsub("#", " ")
self.save_name = name
self.player_name = name
if self.party and self.party:findMember{main=true} then
......
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