mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-17 22:14:05 +09:00
disallowing nicknames (may contain non-ascii) on filename: somehow incompatible with BTRFS and Java 17?
This commit is contained in:
@@ -381,7 +381,7 @@ open class TerrarumIngame(batch: FlippingSpriteBatch) : IngameInstance(batch) {
|
||||
|
||||
|
||||
private fun postInitForNewGame() {
|
||||
worldSavefileName = LoadSavegame.getWorldSavefileName(savegameNickname, world)
|
||||
worldSavefileName = LoadSavegame.getWorldSavefileName(world)
|
||||
playerSavefileName = LoadSavegame.getPlayerSavefileName(actorGamer)
|
||||
|
||||
worldDisk = VDUtil.createNewDisk(
|
||||
|
||||
Reference in New Issue
Block a user