A little fix for the previous commit

This commit is contained in:
Amnet 2013-04-16 10:45:18 +02:00
parent 74472de756
commit 5a96e56158
2 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public class mod_BiomesOPlenty
public static mod_BiomesOPlenty instance;
// 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 int promisedLandDim = 20;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB