egordorichev / LastTry

:deciduous_tree: LastTry is open-source game written in Java, using LibGDX library and inspired by Terraria :deciduous_tree:
MIT License
119 stars 17 forks source link

World names containing spaces break the game #48

Closed Storm-Peter closed 7 years ago

Storm-Peter commented 7 years ago

It can't handle them for some reason, it crashes and then crashes on startup if you don't remove the actual file

Storm-Peter commented 7 years ago

Actually no I'm just being stupid it's because I'm on the other branch that doesn't work

egordorichev commented 7 years ago

But we still need to check world names and player names, so they can't be created with empty name.

Storm-Peter commented 7 years ago

I'll make a new issue for that