Skip to content

Commit 54655e7

Browse files
committed
Fix server crash.
1 parent 6de8925 commit 54655e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/tterrag/treesimulator/TreeSimulator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class TreeSimulator {
2828

2929
public static final String CHANNEL = "TGS2014";
3030

31-
@SidedProxy(clientSide="tterrag.treesimulator.proxy.ClientProxy")
31+
@SidedProxy(clientSide="tterrag.treesimulator.proxy.ClientProxy", serverSide="tterrag.treesimulator.proxy.CommonProxy")
3232
public static CommonProxy proxy;
3333

3434
@Instance

0 commit comments

Comments
 (0)