mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-06 12:33:08 +00:00
Fix missing word
This commit is contained in:
parent
1f89948948
commit
e29727827d
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ public final class Flags {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override public String getValueDescription() {
|
@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");
|
public static final TeleportDenyFlag DENY_TELEPORT = new TeleportDenyFlag("deny-teleport");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue