You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
492 B
11 lines
492 B
--- ../src-base/minecraft/net/minecraft/world/WorldManager.java |
|
+++ ../src-work/minecraft/net/minecraft/world/WorldManager.java |
|
@@ -12,7 +12,7 @@ |
|
public class WorldManager implements IWorldAccess |
|
{ |
|
private MinecraftServer mcServer; |
|
- private WorldServer theWorldServer; |
|
+ public WorldServer theWorldServer; // CraftBukkit - private -> public |
|
private static final String __OBFID = "CL_00001433"; |
|
|
|
public WorldManager(MinecraftServer p_i1517_1_, WorldServer p_i1517_2_)
|
|
|