- Karma plugin

- ColorUtil
- Minor improvements
This commit is contained in:
Steffen Schröder
2013-11-28 01:12:52 +01:00
parent c14c025df3
commit 80db4071ce
10 changed files with 586 additions and 22 deletions

View File

@ -138,6 +138,15 @@ class PlayerManager implements CallbackListener {
$this->maniaControl->chat->sendChat('$<' . $player->nickname . '$> $ff0has left the game. Played:$fff ' . $played);
}
/**
* Get the complete PlayerList
*
* @return array
*/
public function getPlayers() {
return $this->playerList;
}
/**
* Get a Player from the PlayerList
*