mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Removed metrics from API
We shouldn't have exposed it in the first place.
This commit is contained in:
@ -190,11 +190,6 @@ public class Fawe {
|
||||
WEManager.IMP.managers.add(new PlotSquaredFeature());
|
||||
log.debug("Plugin 'PlotSquared' found. Using it now.");
|
||||
} catch (Throwable ignored) {}
|
||||
try {
|
||||
imp().startMetrics();
|
||||
} catch (Throwable e) {
|
||||
debug(e.getMessage());
|
||||
}
|
||||
}, 0);
|
||||
|
||||
TaskManager.IMP.repeat(timer, 1);
|
||||
|
@ -27,8 +27,6 @@ public interface IFawe {
|
||||
|
||||
Collection<FaweMaskManager> getMaskManagers();
|
||||
|
||||
void startMetrics();
|
||||
|
||||
default ImageViewer getImageViewer(Player player) {
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user