From 556ff0baf439bee7ba1517c07400a7cc021749cd Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Fri, 14 Aug 2020 12:27:38 +0200 Subject: [PATCH] Fix line break --- .../src/main/java/com/plotsquared/bukkit/BukkitPlatform.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/BukkitPlatform.java b/Bukkit/src/main/java/com/plotsquared/bukkit/BukkitPlatform.java index 76c43df93..b5779ac6d 100644 --- a/Bukkit/src/main/java/com/plotsquared/bukkit/BukkitPlatform.java +++ b/Bukkit/src/main/java/com/plotsquared/bukkit/BukkitPlatform.java @@ -504,8 +504,7 @@ public final class BukkitPlatform extends JavaPlugin implements Listener, PlotPl this.startMetrics(); } else { - logger.info("[P2] bStats is disabled. Please enable it in /plugins/PlotSquared/config/settings.yml. It helps the developers to identify the features most used"); - logger.info("[P2] and organize future updates better. Cheers."); + logger.info("[P2] bStats is disabled. Please enable it in /plugins/PlotSquared/config/settings.yml. It helps the developers to identify the features most used and organize future updates better. Cheers."); } if (Settings.Enabled_Components.WORLDS) {