Skip to content

Commit

Permalink
Remove update checking
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Nov 4, 2024
1 parent ac1937f commit 678286d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 63 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ private static void migrateConfig(Path path, Function<String, String> converter)
public static void init() {
String createVersion = MethodVarHandleUtils.getStaticField(Create.class, "VERSION", String.class, "UNKNOWN");
LOGGER.info("{} v{} initializing! Commit hash: {} on Create version: {} on platform: {}", NAME, RailwaysBuildInfo.VERSION, RailwaysBuildInfo.GIT_COMMIT, createVersion, Loader.getFormatted());
RailwaysUpdateCheck.execute();

Path configDir = Utils.configDir();
Path clientConfigDir = configDir.resolve(MOD_ID + "-client.toml");
Expand Down

This file was deleted.

0 comments on commit 678286d

Please sign in to comment.