Fix server crash, closes #1495 and closes #1496

This commit is contained in:
modmuss50 2018-04-22 13:22:09 +01:00
parent 5a2bcdd5b2
commit 08a6d309d7
No known key found for this signature in database
GPG key ID: 773D17BE8BF49C82
2 changed files with 4 additions and 0 deletions

View file

@ -110,6 +110,7 @@ public class ItemUpgrades extends ItemTR implements IUpgrade {
}
}
@SideOnly(Side.CLIENT)
@Override
public void addInformation(ItemStack stack, World world, List<String> tooltip, ITooltipFlag flag) {
super.addInformation(stack, world, tooltip, flag);