mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-10 06:23:14 +00:00
cmds
This commit is contained in:
parent
e3f7db4906
commit
83f7aa544d
57 changed files with 59 additions and 58 deletions
|
@ -74,7 +74,7 @@ public class Merge extends SubCommand {
|
|||
}
|
||||
|
||||
@Override
|
||||
public boolean execute(final Player plr, final String... args) {
|
||||
public boolean execute(final PlotPlayer plr, final String... args) {
|
||||
if (!BukkitPlayerFunctions.isInPlot(plr)) {
|
||||
BukkitPlayerFunctions.sendMessage(plr, C.NOT_IN_PLOT);
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue