kharidiron / StarryPy

Plugin-driven Starbound proxy server built using Twisted.
Do What The F*ck You Want To Public License
10 stars 3 forks source link

/nick names break commands #12

Closed Tsunder closed 10 years ago

Tsunder commented 10 years ago

a player who has renamed to something that is not their player name will cause /warp command to return false positives.

kharidiron commented 10 years ago

This has been fixed with the latest commit. It was a matter of the code trying to use their game name, when it should have been using the original name.