Skip to content

Commit

Permalink
remove PatchManager
Browse files Browse the repository at this point in the history
  • Loading branch information
zeruth committed Apr 16, 2024
1 parent 95ca3e0 commit 711cd0c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 193 deletions.

This file was deleted.

82 changes: 0 additions & 82 deletions runelite-client/src/main/java/hotlite/patch/PatchManager.kt

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,6 @@ private Object doLoad()
// create the classloader for the jar while we hold the lock, and eagerly load and link all classes
// in the jar. Otherwise the jar can change on disk and can break future classloads.
classLoader = createJarClassLoader(jarFile);

if (PATCHED_CACHE.exists()) {
PatchManager.INSTANCE.init(PATCHED_CACHE.getAbsolutePath(), classLoader);
}
}

SplashScreen.stage(.465, "Starting", "Starting Old School RuneScape");
Expand Down

0 comments on commit 711cd0c

Please sign in to comment.