change update message
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m12s

This commit is contained in:
Daniella / Tove 2024-06-13 19:32:27 +02:00
parent 7a834559bc
commit 8f4d071194
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -80,7 +80,7 @@ public class WebServiceClient {
BaseBand.LOGGER.info("Connected to BaseBand server");
if(!packet.getString("commit").equals(GitHash.GIT_HASH) && !outdated) {
outdated = true;
BaseBand.notify("§d§lBaseBand has updated. You will receive the update automatically when you next restart your game.");
BaseBand.notify("§d§lBaseBand has updated. To update, restart Minecraft.");
}
}
}