mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-15 05:17:56 +00:00
Fixed deny-teleport flag
This commit is contained in:
parent
adc021109f
commit
48064da1ee
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ public final class Flags {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
public static final BooleanFlag SLEEP = new BooleanFlag("sleep");
|
public static final BooleanFlag SLEEP = new BooleanFlag("sleep");
|
||||||
public static final TeleportDenyFlag DENY_TELEPORT = new TeleportDenyFlag("teleport-deny");
|
public static final TeleportDenyFlag DENY_TELEPORT = new TeleportDenyFlag("deny-teleport");
|
||||||
|
|
||||||
|
|
||||||
private static final HashMap<String, Flag<?>> flags;
|
private static final HashMap<String, Flag<?>> flags;
|
||||||
|
|
Loading…
Reference in a new issue