mirror of
https://github.com/Crazy-Crew/CrazyAuctions.git
synced 2024-11-10 10:10:22 +01:00
update bstats
This commit is contained in:
parent
90324db732
commit
eb30c713ea
@ -1,16 +1,16 @@
|
||||
package com.badbones69.crazyauctions.api.support;
|
||||
|
||||
import com.badbones69.crazyauctions.CrazyAuctions;
|
||||
import com.badbones69.crazyauctions.api.CustomMetrics;
|
||||
import com.ryderbelserion.vital.paper.bStats;
|
||||
|
||||
public class MetricsWrapper extends CustomMetrics {
|
||||
public class MetricsWrapper extends bStats {
|
||||
|
||||
/**
|
||||
* Creates a new Metrics instance.
|
||||
*
|
||||
* @param serviceId The id of the service. It can be found at <a href="https://bstats.org/what-is-my-plugin-id">What is my plugin id?</a>
|
||||
*/
|
||||
public MetricsWrapper(CrazyAuctions plugin, int serviceId) {
|
||||
public MetricsWrapper(final CrazyAuctions plugin, final int serviceId) {
|
||||
super(plugin, serviceId);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user