debug: mongodb document subscriber
parent
12fb9cb453
commit
a92703fb3a
|
@ -64,7 +64,7 @@ public class PostLoginListener implements Listener {
|
||||||
ProxySystem.getInstance().getMongoManager().getPlayersCollection()
|
ProxySystem.getInstance().getMongoManager().getPlayersCollection()
|
||||||
.find(Filters.eq("uuid", uuid)).first()).firstElement();
|
.find(Filters.eq("uuid", uuid)).first()).firstElement();
|
||||||
|
|
||||||
ProxySystem.getInstance().getLogger().info("playerDocument " + playerDocument);
|
ProxySystem.getInstance().getLogger().info("playerDocument " + playerDocument.isEmpty());
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue