Some rework of Keeper of the Light.

This commit is contained in:
LevelX2 2018-02-10 00:05:54 +01:00
parent 458b207d2f
commit d66d8d47fb
3 changed files with 45 additions and 61 deletions

View file

@ -2272,6 +2272,11 @@ public abstract class GameImpl implements Game, Serializable {
return state.getPlayers();
}
/**
* Return a list of all players ignoring the range of visible players
*
* @return
*/
@Override
public PlayerList getPlayerList() {
return state.getPlayerList();