jukebox beginn

This commit is contained in:
kremsy
2013-12-28 19:48:06 +01:00
parent ebe09a8828
commit 5bc897cf33
5 changed files with 73 additions and 4 deletions

View File

@ -33,7 +33,11 @@ class PlayerManager implements CallbackListener {
private $playerCommands = null;
private $playerList = array();
/**
* Public properties
*/
public $playerActions = null;
/**
* Construct player manager
*
@ -44,7 +48,6 @@ class PlayerManager implements CallbackListener {
$this->initTables();
$this->playerCommands = new PlayerCommands($maniaControl);
$this->playerActions = new PlayerActions($maniaControl);
// Init settings