fix language issue

This commit is contained in:
Alexander Söderberg 2020-07-14 20:47:15 +02:00
parent 64f5580edd
commit 5d2d4ac12b
No known key found for this signature in database
GPG Key ID: C0207FF7EA146678

View File

@ -54,7 +54,7 @@ public final class PlotFlagPlaceholder extends PlotSpecificPlaceholder {
* *
* @param plot Current plot where the player is * @param plot Current plot where the player is
* @param flagName Name of flag to get from current plot * @param flagName Name of flag to get from current plot
* @param inherit Define if it returns only the flag set on currentplot or also inherited flag * @param inherit Define if it returns only the flag set on the current plot or also inherited flags
* @return The value of flag serialized in string * @return The value of flag serialized in string
*/ */
@NotNull private String getFlagValue(@NotNull final Plot plot, @NotNull final String flagName, final boolean inherit) { @NotNull private String getFlagValue(@NotNull final Plot plot, @NotNull final String flagName, final boolean inherit) {