mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-04 03:25:53 +00:00
Set sign for setowner command
This commit is contained in:
parent
c8313d6cd9
commit
8a58b42629
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@ public class SetOwner extends SubCommand {
|
|||
}
|
||||
}
|
||||
|
||||
PlotHelper.setSign(world, args[0], plot);
|
||||
|
||||
PlayerFunctions.sendMessage(plr, C.SET_OWNER);
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue