Skip to content

Commit

Permalink
🐛 Fixed compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCrayfish committed Jun 7, 2021
1 parent 46c998b commit 7642ca1
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ public void read(CompoundNBT compound)
{
this.getGoblinData("GoblinTrader").setGoblinTraderSpawnChance(compound.getInt("GoblinTraderSpawnChance"));
}
if(compound.hasUniqueId("GoblinTraderId"))
{
this.getGoblinData("GoblinTrader").setGoblinTraderId(compound.getUniqueId("GoblinTraderId"));
}
if(compound.contains("Data", Constants.NBT.TAG_LIST))
{
this.data.clear();
Expand Down

0 comments on commit 7642ca1

Please sign in to comment.