Skip to content

Commit

Permalink
refac(entity): Enabled XP messages by default (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb committed Mar 30, 2022
1 parent 0bd4c69 commit e4d1e1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class ServerExperienceConfig {

public ServerExperienceConfig(long serverID) {
this.serverID = serverID;
this.levelUpMessagesEnabled = false;
this.levelUpMessagesEnabled = true;
}

public boolean levelUpMessagesEnabled() {
Expand Down

0 comments on commit e4d1e1f

Please sign in to comment.