- Karma plugin
- ColorUtil - Minor improvements
This commit is contained in:
@ -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
|
||||
*
|
||||
|
Reference in New Issue
Block a user