Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
RMCQAZ committed Oct 8, 2021
1 parent 5b6e356 commit 48c8678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minecraft/kevin/script/ScriptManager.kt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object ScriptManager : ICommand {
val files = dir.listFiles() ?: return
Minecraft.logger.info("[ScriptManager] Loading scripts...")
val time = System.currentTimeMillis()
KevinClient.fileManager.saveConfig(KevinClient.fileManager.modulesConfig)
//KevinClient.fileManager.saveConfig(KevinClient.fileManager.modulesConfig)
scripts.forEach { script ->
script.registeredModules.forEach {
if (it in KevinClient.moduleManager.getModules()) KevinClient.moduleManager.unregisterModule(it)
Expand Down

0 comments on commit 48c8678

Please sign in to comment.