mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-24 18:01:25 +02:00
Set sign for setowner command
This commit is contained in:
@ -82,6 +82,8 @@ public class SetOwner extends SubCommand {
|
||||
}
|
||||
}
|
||||
|
||||
PlotHelper.setSign(world, args[0], plot);
|
||||
|
||||
PlayerFunctions.sendMessage(plr, C.SET_OWNER);
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user