mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-09 22:13:12 +00:00
cmds
This commit is contained in:
parent
e3f7db4906
commit
83f7aa544d
57 changed files with 59 additions and 58 deletions
|
@ -38,7 +38,7 @@ public class DebugRoadRegen extends SubCommand {
|
|||
}
|
||||
|
||||
@Override
|
||||
public boolean execute(final Player player, final String... args) {
|
||||
public boolean execute(final PlotPlayer player, final String... args) {
|
||||
if (!(PlotSquared.getPlotWorld(player.getWorld()) instanceof HybridPlotWorld)) {
|
||||
return sendMessage(player, C.NOT_IN_PLOT_WORLD);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue