This commit is contained in:
LCastr0 2017-04-27 15:43:55 -03:00
parent 0942942f5a
commit 6a8cecad27
1 changed files with 5 additions and 0 deletions

View File

@ -437,6 +437,11 @@ public class CastleManager extends MiniPlugin
updateHologram();
}
/**
* Gets the position of a kingdom
* @param king The king
* @return The position of that kingdom
*/
private int getKingPosition(King king)
{
int position = 1;