Skip to content

Commit

Permalink
v1.7.9 增加等级系统
Browse files Browse the repository at this point in the history
  • Loading branch information
Sobadfish committed Sep 3, 2022
1 parent 230fd66 commit dc0e42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/sobadfish/bedwar/player/PlayerData.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public String getLevelString(){
if(level > 1000){
str = "✪";
}
return getColorByLevel(level)+str;
return getColorByLevel(level)+level+str;
}

public int getNextLevelExp(){
Expand Down

0 comments on commit dc0e42a

Please sign in to comment.