Skip to content

Commit

Permalink
This might have been causing the zip issue?
Browse files Browse the repository at this point in the history
  • Loading branch information
tye-exe committed Jun 7, 2024
1 parent e531ded commit 960f94c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public static void registerAll() {
return !clz.isAnnotation() && !clz.isInterface() && !clz.isEnum();
}).toList());
} catch (Exception e) {
e.printStackTrace();
System.out.println("This would've been a zip error :P. Please tell us on discord if you see this ^-^");
}

holders.forEach(CraftCalio.INSTANCE::register);
Expand Down

0 comments on commit 960f94c

Please sign in to comment.