Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lewmilburn committed Jan 11, 2025
1 parent 0de2822 commit a0646ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/net/lewmc/kryptonite/event/JoinEvent.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ public void onPlayerJoin(PlayerJoinEvent event) {
}

if (this.plugin.restartRequired) {
msg.Warning("There are pending patches that have been");
msg.Warning("applied by Kryptonite will not work until");
msg.Warning("the server has been restarted.");
msg.Warning("There are pending patches that have been applied");
msg.Warning("by Kryptonite that will not work until the server");
msg.Warning("has been restarted.");
}
}
}
Expand Down

0 comments on commit a0646ce

Please sign in to comment.