mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-26 04:25:15 +01:00
Update ExploreRegion.java
This commit is contained in:
parent
782094cf54
commit
de53da7581
@ -8,7 +8,7 @@ public class ExploreRegion {
|
|||||||
|
|
||||||
int x;
|
int x;
|
||||||
int z;
|
int z;
|
||||||
HashMap<String, ExploreChunk> chunks = new HashMap<String, ExploreChunk>();
|
HashMap<String, ExploreChunk> chunks = new HashMap<>();
|
||||||
|
|
||||||
public ExploreRegion(int x, int z) {
|
public ExploreRegion(int x, int z) {
|
||||||
this.x = x;
|
this.x = x;
|
||||||
|
Loading…
Reference in New Issue
Block a user