debug: mongodb document subscriber

master
Alex 2022-04-14 13:57:20 +02:00
parent 12fb9cb453
commit a92703fb3a
1 changed files with 1 additions and 1 deletions

View File

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