mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Set sign for setowner command
This commit is contained in:
parent
c8313d6cd9
commit
8a58b42629
@ -82,6 +82,8 @@ public class SetOwner extends SubCommand {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PlotHelper.setSign(world, args[0], plot);
|
||||||
|
|
||||||
PlayerFunctions.sendMessage(plr, C.SET_OWNER);
|
PlayerFunctions.sendMessage(plr, C.SET_OWNER);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user