Disable claimat for now
This commit is contained in:
parent
a4581ac9a0
commit
760f16a2b7
@ -285,8 +285,9 @@ public abstract class MemoryBoard extends Board {
|
||||
Relation relation = fplayer.getRelationTo(factionHere);
|
||||
if (factionHere.isWilderness()) {
|
||||
row.then("-").color(ChatColor.GRAY);
|
||||
// Check for claimat position and if so, let them claim at ;D
|
||||
if (fplayer.getPlayer().hasPermission(Permission.CLAIMAT.node)) {
|
||||
// Check for claimat permission and if so, let them claim at ;D
|
||||
// TODO: TEMP DISABLED UNTIL FIXED PROPERLY :(
|
||||
if (false) { //fplayer.getPlayer().hasPermission(Permission.CLAIMAT.node)) {
|
||||
row.tooltip(TL.CLAIM_CLICK_TO_CLAIM.format(dx, dz))
|
||||
.command(String.format("/f claimat %s %d %d", flocation.getWorldName(), dx, dz));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user