mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
* Path of Ancestry - Fixed possible null pointer exception.
This commit is contained in:
parent
ab55aa13c9
commit
c3157bbcde
2 changed files with 16 additions and 9 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue