mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-08 17:07:38 +00:00
Fix Metrics
This commit is contained in:
parent
325d90fe39
commit
f63782f2f4
@ -197,7 +197,7 @@ public class Metrics {
|
||||
public JsonObject getPluginData() {
|
||||
JsonObject data = new JsonObject();
|
||||
|
||||
String pluginName = plugin.getDescription().getName();
|
||||
String pluginName = "FastAsyncWorldEdit";
|
||||
String pluginVersion = plugin.getDescription().getVersion();
|
||||
|
||||
data.addProperty("pluginName", pluginName); // Append the name of the plugin
|
||||
|
Loading…
Reference in New Issue
Block a user