mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Fix missing word
This commit is contained in:
parent
1f89948948
commit
e29727827d
@ -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…
Reference in New Issue
Block a user