From abc2681f975db183c0e15545872ecc46371a1cce Mon Sep 17 00:00:00 2001 From: manuelgu Date: Thu, 17 Dec 2015 18:07:57 +0100 Subject: [PATCH 1/2] fix typo --- .../com/intellectualcrafters/plot/commands/DebugClaimTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/intellectualcrafters/plot/commands/DebugClaimTest.java b/src/main/java/com/intellectualcrafters/plot/commands/DebugClaimTest.java index 4759841d0..3491581bc 100644 --- a/src/main/java/com/intellectualcrafters/plot/commands/DebugClaimTest.java +++ b/src/main/java/com/intellectualcrafters/plot/commands/DebugClaimTest.java @@ -44,7 +44,7 @@ import com.plotsquared.general.commands.CommandDeclaration; @CommandDeclaration( command = "debugclaimtest", -description = "If you accidentally delete your database, this command will attempt to restore all plots based on the data from plot sighs. Execution time may vary", +description = "If you accidentally delete your database, this command will attempt to restore all plots based on the data from plot signs. Execution time may vary", category = CommandCategory.DEBUG, requiredType = RequiredType.CONSOLE, permission = "plots.debugclaimtest") From 5e33c175ab0b3f1b910f78b93f0ec7aeda939567 Mon Sep 17 00:00:00 2001 From: manuelgu Date: Thu, 17 Dec 2015 18:11:50 +0100 Subject: [PATCH 2/2] Typo in "ice-melt" flag The flag doesnt seem to be used anyways, so not much of a deal. --- src/main/java/com/intellectualcrafters/plot/PS.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/intellectualcrafters/plot/PS.java b/src/main/java/com/intellectualcrafters/plot/PS.java index 51f2bb46e..6286d1aa0 100644 --- a/src/main/java/com/intellectualcrafters/plot/PS.java +++ b/src/main/java/com/intellectualcrafters/plot/PS.java @@ -1649,7 +1649,7 @@ public class PS { FlagManager.addFlag(new AbstractFlag("break", new FlagValue.PlotBlockListValue())); FlagManager.addFlag(new AbstractFlag("use", new FlagValue.PlotBlockListValue())); FlagManager.addFlag(new AbstractFlag("blocked-cmds", new FlagValue.StringListValue())); - FlagManager.addFlag(new AbstractFlag("ice-met", new FlagValue.BooleanValue())); + FlagManager.addFlag(new AbstractFlag("ice-melt", new FlagValue.BooleanValue())); FlagManager.addFlag(new AbstractFlag("gamemode") { @Override