Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ public static boolean test() {
try {
// This provider was created to support the new PotionData API introduced in 1.9
Class.forName("org.bukkit.potion.PotionData");
return false;
} catch (final Throwable ignored) {
return true;
} catch (final Throwable ignored) {
return false;
}
}
}
Loading