Skip to content

Commit 4f205e9

Browse files
committed
Improved an important comment
1 parent 1d573ca commit 4f205e9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/io/github/mikip98/humilityafm/util/mod_support/ModSupportManager.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ protected static void checkForMod(SupportedMods mod) {
4949
return;
5050
}
5151

52-
// Backup check if the mod is present in case the mod is not loaded (IDK how this really works)
52+
// Backup check if the mod is present, but not yet loaded
53+
// (IDK if this is required, but it should not hurt)
5354
for (ModContainer modContainer : fabricLoader.getAllMods()) {
5455
if (modContainer.getMetadata().getId().equals(mod.modId)) {
5556
addMod(mod);

0 commit comments

Comments
 (0)