Fix missing word

This commit is contained in:
NotMyFault 2019-10-27 16:02:34 +01:00
parent 1f89948948
commit e29727827d

View File

@ -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");