1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 11:45:51 +00:00

Small change

This commit is contained in:
Daniel Walsh 2020-07-21 14:51:04 +01:00
parent f632dee560
commit 2646eba615

View File

@ -99,7 +99,7 @@ public class MetricsService {
Slimefun.runSync(() -> { Slimefun.runSync(() -> {
try { try {
start.invoke(null); start.invoke(null);
info("Metrics v" + s + " started."); info("Metrics build " + s + " started.");
} catch (Exception e) { } catch (Exception e) {
plugin.getLogger().log(Level.WARNING, "Failed to start metrics.", e); plugin.getLogger().log(Level.WARNING, "Failed to start metrics.", e);
} }