A little fix for the previous commit
This commit is contained in:
parent
74472de756
commit
5a96e56158
2 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public class mod_BiomesOPlenty
|
||||||
public static mod_BiomesOPlenty instance;
|
public static mod_BiomesOPlenty instance;
|
||||||
|
|
||||||
// Says where the client and server 'proxy' code is loaded.
|
// Says where the client and server 'proxy' code is loaded.
|
||||||
@SidedProxy(clientSide="com.bopteam.biomesop.ClientProxy", serverSide="com.bopteam.biomesop.CommonProxy")
|
@SidedProxy(clientSide="biomesoplenty.ClientProxy", serverSide="biomesoplenty.CommonProxy")
|
||||||
public static CommonProxy proxy;
|
public static CommonProxy proxy;
|
||||||
|
|
||||||
// public static int promisedLandDim = 20;
|
// public static int promisedLandDim = 20;
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.2 KiB |
Loading…
Reference in a new issue