From e29727827d154915e375ad13e1ee9d098353eb90 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Sun, 27 Oct 2019 16:02:34 +0100 Subject: [PATCH] Fix missing word --- .../github/intellectualsites/plotsquared/plot/flag/Flags.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/flag/Flags.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/flag/Flags.java index 74b83d887..1da139665 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/flag/Flags.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/flag/Flags.java @@ -114,7 +114,7 @@ public final class Flags { } @Override public String getValueDescription() { - return "Flag value must a timestamp or a boolean"; + return "Flag value must be a timestamp or a boolean"; } }; public static final TeleportDenyFlag DENY_TELEPORT = new TeleportDenyFlag("deny-teleport");