* Path of Ancestry - Fixed possible null pointer exception.

This commit is contained in:
LevelX2 2017-09-13 14:52:47 +02:00
parent ab55aa13c9
commit c3157bbcde
2 changed files with 16 additions and 9 deletions

View file

@ -650,12 +650,12 @@ public interface Player extends MageItem, Copyable<Player> {
/**
* Set the commanderId of the player
*
* @param commandersIds
* @param commanderId
*/
void addCommanderId(UUID commanderId);
/**
* Get the commanderId of the player
* Get the commanderIds of the player
*
* @return
*/