We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42cecfc commit c7c32baCopy full SHA for c7c32ba
AdvancedCore/src/com/Ben12345rocks/AdvancedCore/AdvancedCoreHook.java
@@ -535,10 +535,11 @@ public void run() {
535
User user = UserManager.getInstance().getUser(new UUID(uuid));
536
String name = user.getData().getString("PlayerName");
537
if (uuids.containsKey(name)) {
538
- debug("Duplicate uuid? " + uuid + ":" + name + " Other key: " + uuids.get(name));
+ debug("Duplicate uuid? " + uuid + " : " + name + " Other key: " + uuids.get(name));
539
}
540
uuids.put(name, uuid);
541
542
+ debug("Loaded uuids in the background");
543
544
});
545
0 commit comments