Skip to content

Commit

Permalink
Fix dumb oversight crashing servers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaquadro committed Sep 8, 2015
1 parent 7808958 commit b9b153a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/jaquadro/minecraft/gardenstuff/GardenStuff.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class GardenStuff
@Mod.Instance(MOD_ID)
public static GardenStuff instance;

@SidedProxy(clientSide = SOURCE_PATH + "core.ClientProxy", serverSide = SOURCE_PATH + "core.CommonProxy")
@SidedProxy(clientSide = SOURCE_PATH + "core.ClientProxy", serverSide = SOURCE_PATH + "core.ServerProxy")
public static CommonProxy proxy;

public static final ModIntegration integration = new ModIntegration();
Expand Down

0 comments on commit b9b153a

Please sign in to comment.