Skip to content

Commit b1c5d75

Browse files
committed
プレイヤーをキルしたらもらえるポイント10
1 parent e9c15da commit b1c5d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/elic0de/thejpspit/player/PitPlayer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public void addReward() {
101101

102102
inventory.addItem(new ItemStack(Material.GOLDEN_APPLE));
103103
player.updateInventory();
104-
TheJpsPit.getInstance().getEconomyHook().ifPresent(economyHook -> economyHook.giveMoney(this, BigDecimal.ONE));
104+
TheJpsPit.getInstance().getEconomyHook().ifPresent(economyHook -> economyHook.giveMoney(this, BigDecimal.valueOf(10)));
105105
}
106106

107107
public void showHealth(PitPlayer targetPit) {

0 commit comments

Comments
 (0)