Skip to content

Commit

Permalink
Fix/plot border mode folia (#7467)
Browse files Browse the repository at this point in the history
* Fix plot border mode on folia

* diff

* this one is fine
  • Loading branch information
Warriorrrr authored Jun 17, 2024
1 parent cf5a3b3 commit c70300d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void onPlayerChangePlotEvent(PlayerChangePlotEvent event) {
return;

// Run the following with a one tick delay, so that everything has a chance to take in the player's position.
plugin.getScheduler().runLater(() -> {
plugin.getScheduler().runLater(player, () -> {
try {
if (resident.hasMode("townclaim"))
TownCommand.parseTownClaimCommand(player, new String[] {});
Expand Down

0 comments on commit c70300d

Please sign in to comment.