SteamWar/SpigotCore
Archiviert
13
0

Hotfix couldnt save chunk

Dieser Commit ist enthalten in:
Lixfel 2021-01-30 16:49:19 +01:00
Ursprung f43f24c27a
Commit ded1e41dfc

Datei anzeigen

@ -67,6 +67,7 @@ public class SWException {
reasons.add("Chunk file at [");
reasons.add("Ignoring unknown attribute");
reasons.add("Skipping player strafe phase because no player was found");
reasons.add("Couldn't save chunk; already in use by another instance of Minecraft?");
ignorereasons = Collections.unmodifiableList(reasons);
}