1
0
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:
montlikadani 2018-08-16 18:14:41 +02:00 committed by GitHub
parent 782094cf54
commit de53da7581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;