Skip to content

Commit

Permalink
Merge pull request #6 from PaperMC/dev/3.0.0
Browse files Browse the repository at this point in the history
[pull] main from PaperMC:dev/3.0.0
  • Loading branch information
pull[bot] authored Feb 17, 2025
2 parents fbe20a2 + e69213f commit 3a577cc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ public void activated() {
return CompletableFuture.completedFuture(null);
}

logger.info("{} has connected", player);
if (server.getConfiguration().isLogPlayerConnections()) {
logger.info("{} has connected", player);
}

return server.getEventManager()
.fire(new PermissionsSetupEvent(player, ConnectedPlayer.DEFAULT_PERMISSIONS))
Expand Down

0 comments on commit 3a577cc

Please sign in to comment.