We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f3c7c commit 31d1e40Copy full SHA for 31d1e40
src/main/java/org/maxgamer/quickshop/util/reporter/error/RollbarErrorReporter.java
@@ -207,7 +207,7 @@ public boolean canReport(@NotNull Throwable throwable) {
207
if (!plugin.getUpdateWatcher().getUpdater().isLatest()) { // We only receive latest reports.
208
return false;
209
}
210
- if (!plugin.getBuildInfo().buildUrl.getBuildUrl().startsWith("https://ci.codemc.io/job/PotatoCraft-Studio/")) { // Ignored custom build or 3rd fork
+ if (!plugin.getBuildInfo().getBuildUrl().startsWith("https://ci.codemc.io/job/PotatoCraft-Studio/")) { // Ignored custom build or 3rd fork
211
212
213
0 commit comments