Revert "renamed player actions class"

This reverts commit f0862f7f16.
This commit is contained in:
Steffen Schröder
2014-07-19 23:40:16 +02:00
parent 2ae38ed1fa
commit c50e4f5a84
7 changed files with 44 additions and 44 deletions

View File

@ -35,7 +35,7 @@ class PlayerManager implements CallbackListener, TimerListener {
/*
* Public Properties
*/
public $actions = null;
public $playerActions = null;
public $playerCommands = null;
public $playerDetailed = null;
public $playerList = null;
@ -58,7 +58,7 @@ class PlayerManager implements CallbackListener, TimerListener {
$this->initTables();
$this->playerCommands = new PlayerCommands($maniaControl);
$this->actions = new Actions($maniaControl);
$this->playerActions = new PlayerActions($maniaControl);
$this->playerDetailed = new PlayerDetailed($maniaControl);
$this->playerDataManager = new PlayerDataManager($maniaControl);
$this->playerList = new PlayerList($maniaControl);