fixed serverside crash because of a sideonly thing

This commit is contained in:
Ellpeck 2018-11-08 18:11:45 +01:00
parent 8e9979b192
commit 49925bd1e4

View file

@ -36,7 +36,6 @@ import java.util.List;
public class ItemShockwaveCreator extends ItemImpl implements ITrinketItem {
@SideOnly(Side.CLIENT)
private static final ResourceLocation RES_WORN = new ResourceLocation(NaturesAura.MOD_ID, "textures/items/shockwave_creator_player.png");
public ItemShockwaveCreator() {