@@ -12,15 +12,15 @@
|
||||
public class WorldNBTStorage implements IDataManager, IPlayerFileData {
|
||||
|
||||
private static final Logger b = LogManager.getLogger();
|
||||
@@ -24,6 +29,7 @@
|
||||
private final String g;
|
||||
private final DefinedStructureManager h;
|
||||
@@ -23,6 +28,7 @@
|
||||
private final String f;
|
||||
private final DefinedStructureManager g;
|
||||
protected final DataFixer a;
|
||||
+ private UUID uuid = null; // CraftBukkit
|
||||
|
||||
public WorldNBTStorage(File file, String s, @Nullable MinecraftServer minecraftserver, DataFixer datafixer) {
|
||||
this.a = datafixer;
|
||||
@@ -170,6 +176,16 @@
|
||||
@@ -167,6 +173,16 @@
|
||||
}
|
||||
|
||||
if (nbttagcompound != null) {
|
||||
@@ -37,7 +37,7 @@
|
||||
int i = nbttagcompound.hasKeyOfType("DataVersion", 3) ? nbttagcompound.getInt("DataVersion") : -1;
|
||||
|
||||
entityhuman.f(GameProfileSerializer.a(this.a, DataFixTypes.PLAYER, nbttagcompound, i));
|
||||
@@ -178,6 +194,22 @@
|
||||
@@ -175,6 +191,22 @@
|
||||
return nbttagcompound;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user