debug: mongodb document subscriber

master
alex 2022-04-14 13:30:48 +02:00
parent b73c5f8e8a
commit 6abd0a8c6e
1 changed files with 5 additions and 2 deletions

View File

@ -52,10 +52,13 @@ public class PostLoginListener implements Listener {
@Override @Override
public void onComplete() { public void onComplete() {
ProxySystem.getInstance().getLogger().info("Completed " + document); ProxySystem.getInstance().getLogger().info("Completed");
} }
}); });
ProxySystem.getInstance().getLogger().info("debug2"); ProxySystem.getInstance().getLogger().info("debug2 test");
/* /*
if (document == null) { // new player - create entries in databases if (document == null) { // new player - create entries in databases
System.out.println("create player in db"); System.out.println("create player in db");