Set sign for setowner command

This commit is contained in:
boy0001 2014-12-15 23:43:12 +11:00
parent c8313d6cd9
commit 8a58b42629

View File

@ -82,6 +82,8 @@ public class SetOwner extends SubCommand {
}
}
PlotHelper.setSign(world, args[0], plot);
PlayerFunctions.sendMessage(plr, C.SET_OWNER);
return true;