Skip to content

Commit

Permalink
Remove UID because of issues with de-serializing
Browse files Browse the repository at this point in the history
  • Loading branch information
oitsjustjose committed Oct 25, 2018
1 parent 356f078 commit 671df33
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,6 @@ public static HashMap<ChunkPosSerializable, String> getDeposits(File file)
*/
public static class ChunkPosSerializable implements Serializable
{
private static final long serialVersionUID = 8307434638180761006L;

private int x;
private int z;
private int dim;
Expand Down

0 comments on commit 671df33

Please sign in to comment.