Merge pull request #496 from Krapht/master

Remove a SideOnly that crashes server
This commit is contained in:
cpw 2013-03-31 06:50:24 -07:00
commit 0b50c01fa5
1 changed files with 0 additions and 1 deletions

View File

@ -142,7 +142,6 @@ public class LiquidStack
return liquidstack.itemID == 0 ? null : liquidstack;
}
@SideOnly(CLIENT)
private String textureSheet = "/terrain.png";
/**