keep idle/dc players displayed

This commit is contained in:
Zutatensuppe 2020-12-21 02:29:14 +01:00
parent 1727705189
commit 3ff375dbb4
4 changed files with 38 additions and 12 deletions

View file

@ -2,6 +2,7 @@ import GameCommon from './../common/GameCommon.js'
export default {
newGame: GameCommon.newGame,
getRelevantPlayers: GameCommon.getRelevantPlayers,
getActivePlayers: GameCommon.getActivePlayers,
handleInput: GameCommon.handleInput,
getPlayerBgColor: GameCommon.getPlayerBgColor,