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

View File

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