Skip to content

Commit 9e93865

Browse files
committed
パーミッション修正
1 parent 37995b3 commit 9e93865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/elic0de/thejpspit/spigot/command/PitCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public void onRegen(Player player, int amount) {
5656
}
5757

5858
@Subcommand("set killcoin")
59-
@CommandPermission("tjp.regen")
59+
@CommandPermission("tjp.killcoin")
6060
public void onKillCoin(Player player, int amount) {
6161
pit.getPitPreferences().ifPresent(pitPreferences -> pitPreferences.setAmountReward(amount));
6262
pit.getPitPreferences().ifPresent(preferences -> pit.getDatabase().updatePitPreferences(preferences));

0 commit comments

Comments
 (0)