From f679d3f873d9d62796b59119201b2bcf3f16769d Mon Sep 17 00:00:00 2001 From: dordsor21 Date: Mon, 14 Jan 2019 18:27:20 +0000 Subject: [PATCH] Debug not debug --- .../github/intellectualsites/plotsquared/plot/config/C.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/config/C.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/config/C.java index d487d883a..c721d854e 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/config/C.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/config/C.java @@ -184,8 +184,6 @@ public enum C { * Area Create */ - REQUIRES_UNMERGED("$2The plot cannot be merged", "debug"), - SET_ATTRIBUTE("$4Successfully set %s0 set to %s1", "Set"), /* * Web */ @@ -619,7 +617,7 @@ public enum C { */ DEBUG_HEADER("$1Debug Information&-", "Debug"), DEBUG_SECTION("$2>> $1&l%val%", "Debug"), - + REQUIRES_UNMERGED("$2The plot cannot be merged", "Debug"), DEBUG_LINE("$2>> $1%var%$2:$1 %val%&-", "Debug"), /* * Invalid */