improved plugin menu

use player cache for selected setting class
This commit is contained in:
Steffen Schröder
2014-05-09 20:11:48 +02:00
parent 6fd7775bcb
commit ba0f417f59
3 changed files with 155 additions and 139 deletions

View File

@ -61,6 +61,7 @@ class ManiaControl implements CommandListener, TimerListener {
public $authenticationManager = null;
public $callbackManager = null;
public $chat = null;
/** @var \SimpleXMLElement $config */
public $config = null;
public $configurator = null;
/**