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:
@ -102,6 +102,9 @@ public class FaweBukkit implements IFawe, Listener {
|
||||
new ChunkListener_9();
|
||||
}
|
||||
});
|
||||
|
||||
//Start Metrics
|
||||
new Metrics(plugin);
|
||||
}
|
||||
|
||||
@Override // Please don't delete this again, it's WIP
|
||||
@ -180,10 +183,6 @@ public class FaweBukkit implements IFawe, Listener {
|
||||
return BukkitAdapter.adapt(player);
|
||||
}
|
||||
|
||||
@Override public void startMetrics() {
|
||||
new Metrics(plugin);
|
||||
}
|
||||
|
||||
public ItemUtil getItemUtil() {
|
||||
ItemUtil tmp = itemUtil;
|
||||
if (tmp == null) {
|
||||
|
Reference in New Issue
Block a user