Skip to content

Commit

Permalink
Update 1.5 Fix Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
RMCQAZ committed Oct 8, 2021
1 parent 48c8678 commit 35d00f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minecraft/kevin/main/KevinClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ object KevinClient {
fileManager.load()
Renderer.load()
moduleManager.load()
ScriptManager.load()
fileManager.loadConfig(fileManager.modulesConfig)
hud = createDefault()
fileManager.loadConfig(fileManager.hudConfig)
Expand All @@ -59,7 +60,6 @@ object KevinClient {
ImageManager.load()
ConfigManager.load()
combatManager = CombatManager()
ScriptManager.load()
}

fun stop() {
Expand Down

0 comments on commit 35d00f9

Please sign in to comment.