Skip to content

Commit

Permalink
GODDAMNIT
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowfacts committed Sep 18, 2015
1 parent 1d6d5de commit 4923bd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void readFromNBT(NBTTagCompound tag) {
}

public void readFromNBT(NBTTagCompound tag, boolean loadCoords) {
if (loadCoords) super.writeToNBT(tag);
if (loadCoords) super.readFromNBT(tag);
tank.readFromNBT(tag);
lid = tag.getBoolean("Lid");
}
Expand Down

0 comments on commit 4923bd6

Please sign in to comment.