Skip to content

Commit

Permalink
fix(PlayerObject): Removed debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeV220 committed May 5, 2023
1 parent 536d184 commit 4502a32
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -287,7 +287,6 @@ public void playerJoin() {
if (user.getCustomData(event.getData().key()) == null && !Objects.equals(user.getCustomData(event.getData().key()), event.getData().value())) {
user.addCustomData(event.getData().key(), event.getData().value());
skinOverlay.getSkinManager().save(user.defaultSkin());
skinOverlay.getLogger().info(user.defaultSkin().toString());
}
}
} catch (IOException | ExecutionException | InterruptedException e) {
Expand Down

0 comments on commit 4502a32

Please sign in to comment.