Skip to content

Commit c7c32ba

Browse files
committed
Improvements
1 parent 42cecfc commit c7c32ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AdvancedCore/src/com/Ben12345rocks/AdvancedCore/AdvancedCoreHook.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,10 +535,11 @@ public void run() {
535535
User user = UserManager.getInstance().getUser(new UUID(uuid));
536536
String name = user.getData().getString("PlayerName");
537537
if (uuids.containsKey(name)) {
538-
debug("Duplicate uuid? " + uuid + ":" + name + " Other key: " + uuids.get(name));
538+
debug("Duplicate uuid? " + uuid + " : " + name + " Other key: " + uuids.get(name));
539539
}
540540
uuids.put(name, uuid);
541541
}
542+
debug("Loaded uuids in the background");
542543
}
543544
});
544545
}

0 commit comments

Comments
 (0)