Skip to content

Commit

Permalink
Merge pull request #1566 from Blood-Asp/FlaskFix
Browse files Browse the repository at this point in the history
Fixed missing annotation. Prevents crashing Server Side if class is accessed reflectively.
  • Loading branch information
draknyte1 authored May 27, 2020
2 parents f83d381 + 45373ba commit 77a3c95
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ public int getCapacity(ItemStack stack) {
}

@Override
@SideOnly(Side.CLIENT)
public void registerIcons(IIconRegister aIconRegister) {
super.registerIcons(aIconRegister);
iconWindow = aIconRegister.registerIcon(RES_PATH_ITEM + "gt."+unlocalFlaskName+".window");
Expand Down

0 comments on commit 77a3c95

Please sign in to comment.