Fixed Version in mod_pocketDim

Forgot to change the placeholder in mod_pocketDim
This commit is contained in:
SenseiKiwi 2014-07-09 15:14:56 -04:00
parent c4abae8fdd
commit 83998969f6

View file

@ -97,7 +97,7 @@ serverPacketHandlerSpec =
@SidedPacketHandler(channels = {PacketConstants.CHANNEL_NAME}, packetHandler = ServerPacketHandler.class))
public class mod_pocketDim
{
public static final String version = "$version";
public static final String version = "@VERSION@";
public static final String modid = "dimdoors";
//TODO need a place to stick all these constants