Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
lRENyaaa committed Jun 14, 2024
2 parents a4aee57 + 61803eb commit 4d43fa5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1406,6 +1406,10 @@ public int isSafeTp(Player player) {

if (tpLoc == null)
return 0;

// Temp fix for Folia.
if (Version.isFolia())
return 0;

Location tempLoc = this.getTeleportLocation(player, false);

Expand Down

0 comments on commit 4d43fa5

Please sign in to comment.