StrangeLoopGames / EcoIssues

131 stars 24 forks source link

Names unhandled in Game and also show up differently in-game and in the server UI #7476

Closed pamduncan closed 4 years ago

pamduncan commented 6 years ago

Need to be able to deal l with user names like Goku rustmoney.com and Vegeta rustmoney.com
In game they show up as Goku.rustmoney.com and Vegeta.rustmoney.com but in the Server UI they gave a space in them [![Screenshot from Gyazo](https://gyazo.com/cee3e764c79a770c9a45c3f5f59163a2 https://gyazo.com/f25d48693b90e4bbc112e1b18200e443/raw)](https://gyazo.com/cee3e764c79a770c9a45c3f5f59163a2 https://gyazo.com/f25d48693b90e4bbc112e1b18200e443)

/whois or a /ban or /kick or an admin command that needs to use a player name is not able to handle names like this.

JohnK said to assign to him

johnkslg commented 6 years ago

Would like to be able to reference players by some ID, which you could see with a /players command perhaps.

wolfgangmeyers commented 5 years ago

Working on it!

wolfgangmeyers commented 5 years ago

Fix in progress: https://github.com/StrangeLoopGames/Eco/pull/3288

SlayksWood commented 4 years ago

Now all users have ID, so you can ban or kick it by ID. Seems fixed.