1
0
mirror of https://github.com/LOOHP/Limbo.git synced 2026-06-08 05:51:43 +00:00

Fixed PacketPlayInPluginMessaging & Added default command /version

This commit is contained in:
LOOHP
2022-05-01 15:29:46 +01:00
parent 0ac9810554
commit effcbab3e4
11 changed files with 55 additions and 43 deletions
@@ -111,7 +111,7 @@ public class Metrics {
}
}
limboVersion = Limbo.getInstance().limboImplementationVersion;
limboVersion = Limbo.getInstance().LIMBO_IMPLEMENTATION_VERSION;
// Load the data
serverUUID = config.get("serverUuid", String.class);
@@ -137,7 +137,7 @@ public class Metrics {
addCustomChart(new Metrics.SimplePie("minecraftVersion", new Callable<String>() {
@Override
public String call() throws Exception {
return Limbo.getInstance().serverImplementationVersion;
return Limbo.getInstance().SERVER_IMPLEMENTATION_VERSION;
}
}));
}