We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de8925 commit 54655e7Copy full SHA for 54655e7
src/main/java/tterrag/treesimulator/TreeSimulator.java
@@ -28,7 +28,7 @@ public class TreeSimulator {
28
29
public static final String CHANNEL = "TGS2014";
30
31
- @SidedProxy(clientSide="tterrag.treesimulator.proxy.ClientProxy")
+ @SidedProxy(clientSide="tterrag.treesimulator.proxy.ClientProxy", serverSide="tterrag.treesimulator.proxy.CommonProxy")
32
public static CommonProxy proxy;
33
34
@Instance
0 commit comments