Skip to content

Commit

Permalink
make gradle executable on linux for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
FireInstall committed Oct 11, 2024
1 parent 73c8e2d commit 0042f1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,9 @@ public void spectateMinigame(@NotNull MinigamePlayer mgPlayer, @NotNull Minigame

if (!event.isCancelled()) {
boolean tpd;
if (minigame.getSpectatorLocation() != null)
if (minigame.getSpectatorLocation() != null) {
tpd = mgPlayer.teleport(minigame.getSpectatorLocation());
else {
} else {
MinigameMessageManager.sendMgMessage(mgPlayer, MinigameMessageType.ERROR, MgMiscLangKey.MINIGAME_ERROR_NOSPECTATELOC);
return;
}
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 0042f1b

Please sign in to comment.