Skip to content

Commit

Permalink
let cookie clicker open before running server
Browse files Browse the repository at this point in the history
  • Loading branch information
angelolz committed Apr 23, 2024
1 parent 97adca3 commit bd99575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/main/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ public static void main(String[] args)
try {
ConfigManager.init();
PresenceManager.init();
server.run();
openCookieClicker();
server.run();
}

catch (Exception e) {
Expand Down

0 comments on commit bd99575

Please sign in to comment.