diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index e1e0d1d518..fcc3435e70 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -20,6 +20,8 @@ body: options: - label: I am using the official english version of Slimefun and did not modify the jar. required: true + - label: I downloaded the official version from the new build site [Blob Builds](https://blob.build/). + required: true - label: I am using an up to date "DEV" (not "RC") version of Slimefun. required: true - label: I am aware that issues related to Slimefun addons need to be reported on their bug trackers and not here. diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/api/events/TalismanActivateEvent.java b/src/main/java/io/github/thebusybiscuit/slimefun4/api/events/TalismanActivateEvent.java index 775691a0a6..b8515bed47 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/api/events/TalismanActivateEvent.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/api/events/TalismanActivateEvent.java @@ -93,4 +93,4 @@ public void setCancelled(boolean cancel) { public static @Nonnull HandlerList getHandlerList() { return handlers; } -} \ No newline at end of file +}