Skip to content

Commit

Permalink
Fix easter egg placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
PainOchoco committed Nov 12, 2023
1 parent 8cedef1 commit 325456f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public String onPlaceholderRequest(Player player, String params) {
}

int count = data.get().getList("eggs", new ArrayList<>()).size();
return count + "<papi:img_easter_egg>";
return count + "%img_easter_egg%";
}
return null;
}
Expand Down

0 comments on commit 325456f

Please sign in to comment.