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