Skip to content

Commit

Permalink
add final string
Browse files Browse the repository at this point in the history
  • Loading branch information
moom0o committed Mar 3, 2021
1 parent b432450 commit bd016d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/moomoo/restartplugin/RestartPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public void restart() throws InterruptedException {
sleep(1000);
b(translate(s + " 1" + get("secondstring")));
sleep(1000);
b("§e" + "[SERVER] Server restarting...");
b(translate(get("finalstring")));
Bukkit.shutdown();
}

Expand Down

0 comments on commit bd016d3

Please sign in to comment.