Skip to content

Commit

Permalink
fuck i got it backwards
Browse files Browse the repository at this point in the history
  • Loading branch information
BluSpring committed Oct 22, 2023
1 parent 02ab0af commit fbc2c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/xyz/bluspring/kilt/loader/KiltLoader.kt
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class KiltLoader {
} else {
Kilt.logger.info("Found ${preloadedMods.size} Forge mods.")

if (preloadedMods.isEmpty()) {
if (preloadedMods.isNotEmpty()) {
try {
remapMods()
} catch (e: Exception) {
Expand Down

0 comments on commit fbc2c27

Please sign in to comment.