lot of small minor changes
This commit is contained in:
parent
b21dc97e79
commit
2fa810053a
@ -14,7 +14,7 @@ use \ManiaControl\Logger;
|
||||
/**
|
||||
* Plugin Description
|
||||
*
|
||||
* @author Template Author
|
||||
* @author Beu
|
||||
* @version 1.0
|
||||
*/
|
||||
class GuestlistManager implements CommandListener, Plugin {
|
||||
|
@ -84,7 +84,7 @@ class SimpleChatColorer implements CallbackListener, Plugin {
|
||||
$this->maniaControl->getCallbackManager()->registerCallbackListener(SettingManager::CB_SETTING_CHANGED, $this, 'updateSettings');
|
||||
|
||||
$this->maniaControl->getSettingManager()->initSetting($this, self::SETTING_CHATDAMDMINCOLORER_USEADMINCOLOR, true, "Use Admin Color of Maniacontrol settings");
|
||||
$this->maniaControl->getSettingManager()->initSetting($this, self::SETTING_CHATDAMDMINCOLORER_NUMBEROFGROUPS, 1, "Nomber of groups to setup");
|
||||
$this->maniaControl->getSettingManager()->initSetting($this, self::SETTING_CHATDAMDMINCOLORER_NUMBEROFGROUPS, 1, "Number of groups to setup");
|
||||
|
||||
$this->InitGroupsSettings();
|
||||
|
||||
@ -174,4 +174,3 @@ class SimpleChatColorer implements CallbackListener, Plugin {
|
||||
$this->maniaControl->getCallbackManager()->unregisterCallbackListening('ManiaPlanet.OnPlayerChat', $this);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -166,4 +166,4 @@ class SimpleSkinsRemover implements CallbackListener, CommandListener, Plugin {
|
||||
$this->maniaControl->getChat()->sendSuccess(' Skins are disabled on this server to improve the quality of life of all players', $player);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -673,4 +673,4 @@ class MatchManagerGSheet implements CallbackListener, CommandListener, Plugin {
|
||||
$asyncHttpRequest->postData(1000);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -371,4 +371,4 @@ class MatchManagerPlayersPause implements ManialinkPageAnswerListener, CommandLi
|
||||
$this->MLPauseAsked = $MLPauseAsked;
|
||||
$this->MLPauseNotAsked = $MLPauseNotAsked;
|
||||
}
|
||||
}
|
||||
}
|
@ -350,4 +350,4 @@ class MatchManagerReadyButton implements ManialinkPageAnswerListener, CommandLis
|
||||
$this->MLisReady = $MLisReady;
|
||||
$this->MLisNotReady = $MLisNotReady;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user