Skip to content

Commit

Permalink
Update to 3.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: ErdbeerbaerLP <[email protected]>
  • Loading branch information
ErdbeerbaerLP committed Sep 30, 2023
1 parent 16bcad6 commit e9dd848
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public void serverStarted(final ServerStartedEvent ev) {
}
INSTANCE.startThreads();
}
UpdateChecker.runUpdateCheck("https://raw.githubusercontent.com/ErdbeerbaerLP/Discord-Chat-Integration/1.20.1/update_checker.json");
UpdateChecker.runUpdateCheck("https://raw.githubusercontent.com/ErdbeerbaerLP/Discord-Chat-Integration/1.19.4/update_checker.json");
if (ModList.get().getModContainerById("dynmap").isPresent()) {
new DynmapListener().register();
}
Expand Down

0 comments on commit e9dd848

Please sign in to comment.