You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Map should apear in the folder named with no special character in its name
Debug info
the ;tsc command doesn't work after the bug occurs (probably something u guys have to look into also) but here it is the same command right before the bug is replicated:
Additional context / media
The bug is actually pretty easy to fix. Just add ".replace("char", "_")" in "src/main/kotlin/com/lambda/client/module/modules/misc/MapDownloader.kt", where char is a special character (, |, /, :,*, ?, ", <, > ).
This could be done better just by turning the string into an ASCII or just using a good regular expression.
The text was updated successfully, but these errors were encountered:
Describe the bug
Map downloader module doesn't download maps with special characters in map name
Steps to reproduce the bug
Expected behavior
Map should apear in the folder named with no special character in its name
Debug info

the ;tsc command doesn't work after the bug occurs (probably something u guys have to look into also) but here it is the same command right before the bug is replicated:
Additional context / media
The bug is actually pretty easy to fix. Just add ".replace("char", "_")" in "src/main/kotlin/com/lambda/client/module/modules/misc/MapDownloader.kt", where char is a special character (, |, /, :,*, ?, ", <, > ).
This could be done better just by turning the string into an ASCII or just using a good regular expression.
The text was updated successfully, but these errors were encountered: