lambda-client / lambda

Minecraft utility mod coded in Kotlin
GNU Lesser General Public License v3.0
579 stars 145 forks source link

MapDownloader: replace illegal characters in map names #573

Closed rfresh2 closed 11 months ago

rfresh2 commented 12 months ago

fixes #569

Which char to replace illegal chars with is kind of a toss-up. I chose '_' to preserve that there was some char there, but removing them also would also be fine imo