From 85a75ad8685a2c092a5d9353ad98a9128c667413 Mon Sep 17 00:00:00 2001 From: dordsor21 Date: Thu, 30 Apr 2020 17:26:22 +0100 Subject: [PATCH] Yeet that PaperSPiGoT out of here --- .../main/java/com/plotsquared/core/configuration/Settings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/main/java/com/plotsquared/core/configuration/Settings.java b/Core/src/main/java/com/plotsquared/core/configuration/Settings.java index 8249881d0..88c279d54 100644 --- a/Core/src/main/java/com/plotsquared/core/configuration/Settings.java +++ b/Core/src/main/java/com/plotsquared/core/configuration/Settings.java @@ -357,7 +357,7 @@ public class Settings extends Config { } - @Comment("Enable or disable parts of the plugin specific to using PaperSpigot") + @Comment("Enable or disable parts of the plugin specific to using Paper") public static final class Paper_Components { @Comment("Prevent entities from leaving plots") public static boolean ENTITY_PATHING = true; @Comment("Use paper's PreCreatureSpawnEvent") public static boolean PRE_SPAWN_LISTENER = true;