Hotfix WorldData.read from old model
Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
eb7fd6de1f
Commit
536f0c4edd
@ -125,5 +125,4 @@ public class TraceEntityShowMode implements ShowMode<TNTPosition> {
|
||||
updateEntityMap.forEach((roundedPosition, abstractTraceEntity) -> abstractTraceEntity.hide(player, true));
|
||||
updateEntityMap.clear();
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -56,6 +56,7 @@ public class WorldData {
|
||||
YAPIONObject yapionObject = new YAPIONObject();
|
||||
yapionObject.add("regions", worldData);
|
||||
worldData = yapionObject;
|
||||
write();
|
||||
}
|
||||
} catch (IOException e) {
|
||||
// Ignored
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren