Fixed proxy paths
This commit is contained in:
parent
1dd2d090ea
commit
933b4e44b4
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ public class DarkMain extends ModPrefab
|
|||
public static final String MOD_NAME = "Darks CoreMachine";
|
||||
public static final String VERSION = MAJOR_VERSION + "." + MINOR_VERSION + "." + REVIS_VERSION + "." + BUILD_VERSION;
|
||||
|
||||
@SidedProxy(clientSide = "dark.client.ClientProxy", serverSide = "dark.common.CommonProxy")
|
||||
@SidedProxy(clientSide = "dark.core.client.ClientProxy", serverSide = "dark.core.common.CommonProxy")
|
||||
public static CommonProxy proxy;
|
||||
|
||||
public static final String CHANNEL = "DarkPackets";
|
||||
|
|
Loading…
Reference in a new issue