Initial commit (Forge 1291).
This commit is contained in:
24
patches/net/minecraft/world/storage/SaveHandlerMP.java.patch
Normal file
24
patches/net/minecraft/world/storage/SaveHandlerMP.java.patch
Normal file
@ -0,0 +1,24 @@
|
||||
--- ../src-base/minecraft/net/minecraft/world/storage/SaveHandlerMP.java
|
||||
+++ ../src-work/minecraft/net/minecraft/world/storage/SaveHandlerMP.java
|
||||
@@ -3,6 +3,8 @@
|
||||
import cpw.mods.fml.relauncher.Side;
|
||||
import cpw.mods.fml.relauncher.SideOnly;
|
||||
import java.io.File;
|
||||
+import java.util.UUID;
|
||||
+
|
||||
import net.minecraft.nbt.NBTTagCompound;
|
||||
import net.minecraft.world.MinecraftException;
|
||||
import net.minecraft.world.WorldProvider;
|
||||
@@ -50,4 +52,12 @@
|
||||
{
|
||||
return null;
|
||||
}
|
||||
+
|
||||
+ // Cauldron start
|
||||
+ @Override
|
||||
+ public UUID getUUID()
|
||||
+ {
|
||||
+ return this.getUUID();
|
||||
+ }
|
||||
+ // Cauldron end
|
||||
}
|
Reference in New Issue
Block a user