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 dc0e42a commit 34ba6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/sobadfish/bedwar/player/PlayerInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ private ArrayList<String> getLore(boolean isWait){
lore.add("击杀数: &a"+killCount);
lore.add("最终击杀数: &a"+endKillCount);
lore.add("破坏床数: &a"+bedBreakCount);
lore.add(" ");
lore.add(" ");
}
Object obj = BedWarMain.getBedWarMain().getConfig().get("game-logo");
if(obj instanceof List){
Expand Down

0 comments on commit 34ba6f1

Please sign in to comment.