mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-26 04:25:15 +01:00
Update ExploreChunk.java
This commit is contained in:
parent
e043a3756e
commit
782094cf54
@ -11,7 +11,7 @@ public class ExploreChunk {
|
|||||||
|
|
||||||
int x;
|
int x;
|
||||||
int z;
|
int z;
|
||||||
Set<String> playerNames = new HashSet<String>();
|
Set<String> playerNames = new HashSet<>();
|
||||||
private Integer dbId = null;
|
private Integer dbId = null;
|
||||||
private boolean updated = false;
|
private boolean updated = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user