Skip to content

Commit

Permalink
fix: compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Thatsmusic99 committed Jul 15, 2023
1 parent e95d867 commit abfc00b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -106,7 +106,7 @@ public static boolean randomTeleport(Player player, CommandSender sender, World
return true;
}

if (!PaymentManager.getInstance().canPay("tpr", player)) return false;
if (!PaymentManager.getInstance().canPay("tpr", player, world)) return false;

CustomMessages.sendMessage(player, "Info.searching");
searchingPlayers.add(player.getUniqueId());
Expand Down

0 comments on commit abfc00b

Please sign in to comment.