Skip to content

Commit

Permalink
made update message more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
angelolz committed Jun 7, 2022
1 parent 6b42392 commit 46bc907
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ public void onMessage(WebSocket conn, String text)

if(!Main.warned && !c.version.equalsIgnoreCase(Main.getVersion()))
{
Main.getLogger().warn("--------------------------------------------");
Main.getLogger().warn("Your client is out of date. Please update to the new version by visiting");
Main.getLogger().warn("https://github.com/angelolz1/CookieClickerRPC/releases");
Main.getLogger().warn("--------------------------------------------");
Main.warned = true;
}

Expand Down

0 comments on commit 46bc907

Please sign in to comment.