Skip to content

Commit

Permalink
Merge pull request #715 from MineTheCube/patch-1
Browse files Browse the repository at this point in the history
Fix a bad typo in CoopLeaveEvent
  • Loading branch information
tastybento committed Jun 6, 2021
2 parents 8ab7573 + 6ea3b7e commit 9f1ea8e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -41,7 +41,7 @@ public class CoopLeaveEvent extends ASkyBlockEvent implements Cancellable {
* @param island
*/
public CoopLeaveEvent(UUID expelledPlayer, UUID expellingPlayer, Island island) {
super(expellingPlayer, island);
super(expelledPlayer, island);
this.expeller = expellingPlayer;
//Bukkit.getLogger().info("DEBUG: Coop leave event " + Bukkit.getServer().getOfflinePlayer(expelledPlayer).getName() + " was expelled from "
// + Bukkit.getServer().getOfflinePlayer(expellingPlayer).getName() + "'s island.");
Expand Down

0 comments on commit 9f1ea8e

Please sign in to comment.