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.forEach((roundedPosition, abstractTraceEntity) -> abstractTraceEntity.hide(player, true));
|
||||||
updateEntityMap.clear();
|
updateEntityMap.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -56,6 +56,7 @@ public class WorldData {
|
|||||||
YAPIONObject yapionObject = new YAPIONObject();
|
YAPIONObject yapionObject = new YAPIONObject();
|
||||||
yapionObject.add("regions", worldData);
|
yapionObject.add("regions", worldData);
|
||||||
worldData = yapionObject;
|
worldData = yapionObject;
|
||||||
|
write();
|
||||||
}
|
}
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
// Ignored
|
// Ignored
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren