mirror of
https://github.com/colbster937/originblacklist.git
synced 2026-03-22 21:37:42 +00:00
Compare commits
2 Commits
a7ea336158
...
v2.0.9+b91
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b91b4f93e5 | ||
|
|
2e05fb6031 |
@@ -97,9 +97,6 @@ public final class OriginBlacklist {
|
||||
if (this.isMetricsEnabled()) {
|
||||
this.metrics.start();
|
||||
}
|
||||
this.plugin.scheduleRepeat(() -> {
|
||||
this.plugin.log(EnumLogLevel.INFO, String.valueOf(this.isMetricsEnabled()));
|
||||
}, 1, TimeUnit.SECONDS);
|
||||
}
|
||||
|
||||
public final void shutdown() {
|
||||
|
||||
Reference in New Issue
Block a user