Skip to content

Commit

Permalink
Update AssaultBeginTask.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerS1066 committed Aug 11, 2024
1 parent e4082b3 commit 35ff12e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public void run() {
if (System.currentTimeMillis() - start < Config.AssaultDelay * 1000L)
return;

cancel();
if (assault.getSavedCorrectly().get() != Assault.SavedState.SAVED) {
player.sendMessage(
MOVECRAFT_COMMAND_PREFIX + I18nSupport.getInternationalisedString("Repair - Could not save file"));
Expand Down

0 comments on commit 35ff12e

Please sign in to comment.