mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2026-01-04 15:41:35 +00:00
水
This commit is contained in:
@@ -143,7 +143,7 @@ public class Competition {
|
||||
Player player = Bukkit.getPlayer(playerName);
|
||||
if (player != null){
|
||||
for (ActionInterface action : rewardsMap.get(String.valueOf(i))) {
|
||||
action.doOn(player);
|
||||
action.doOn(player, null);
|
||||
}
|
||||
}
|
||||
i++;
|
||||
@@ -155,7 +155,7 @@ public class Competition {
|
||||
Player player = Bukkit.getPlayer(playerName);
|
||||
if (player != null){
|
||||
for (ActionInterface action : actions) {
|
||||
action.doOn(player);
|
||||
action.doOn(player, null);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user