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