Skip to content

Commit

Permalink
Update AppActions.java
Browse files Browse the repository at this point in the history
Spotless!
  • Loading branch information
Phergus committed Jan 25, 2022
1 parent 869c431 commit 343f300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/rptools/maptool/client/AppActions.java
Original file line number Diff line number Diff line change
Expand Up @@ -2666,7 +2666,7 @@ protected void done() {
if (t.getCause() instanceof AppState.FailedToAcquireLockException) {
MapTool.showError("msg.error.failedLoadCampaignLock");
} else {
MapTool.showError("msg.error.failedLoadCampaign", t);
MapTool.showError("msg.error.failedLoadCampaign", t);
}
}
}
Expand Down

0 comments on commit 343f300

Please sign in to comment.