disallowing nicknames (may contain non-ascii) on filename: somehow incompatible with BTRFS and Java 17?

This commit is contained in:
minjaesong
2023-05-17 19:52:51 +09:00
parent 4ba1173d8a
commit 68b5d15944
6 changed files with 12 additions and 13 deletions

View File

@@ -46,7 +46,7 @@ class QuickSingleplayerWorldSavingThread(
override fun save() {
val skimmer = DiskSkimmer(outFile, Common.CHARSET)
val skimmer = DiskSkimmer(outFile)
if (hasThumbnail) {
while (!IngameRenderer.fboRGBexportedLatch) {