minor changes
This commit is contained in:
@ -95,11 +95,10 @@ class ManiaControl implements CallbackListener, CommandListener, TimerListener {
|
||||
* Construct ManiaControl
|
||||
*/
|
||||
public function __construct() {
|
||||
// Construct Error Handler
|
||||
$this->errorHandler = new ErrorHandler($this);
|
||||
|
||||
$this->log('Loading ManiaControl v' . self::VERSION . ' ...');
|
||||
|
||||
$this->errorHandler = new ErrorHandler($this);
|
||||
|
||||
$this->loadConfig();
|
||||
|
||||
// Load ManiaControl Modules
|
||||
|
Reference in New Issue
Block a user