Archived
0

fix: flat world

This commit is contained in:
Forwolk
2018-07-27 12:31:22 +03:00
parent 0464fa5764
commit 7d48095430

View File

@@ -38,4 +38,9 @@ public class FlatWorld implements World {
public void setChunk(int x, int y, int z, Chunk chunk) {
throw new UnsupportedOperationException();
}
@Override
public long getSeed() {
return 0;
}
}