diff --git a/Beu/GuestlistManager.php b/Beu/GuestlistManager.php index 028f6c7..bf86d2f 100644 --- a/Beu/GuestlistManager.php +++ b/Beu/GuestlistManager.php @@ -14,7 +14,7 @@ use \ManiaControl\Logger; /** * Plugin Description * - * @author Template Author + * @author Beu * @version 1.0 */ class GuestlistManager implements CommandListener, Plugin { diff --git a/Beu/SimpleChatColorer.php b/Beu/SimpleChatColorer.php index 227dd7e..ac388c1 100644 --- a/Beu/SimpleChatColorer.php +++ b/Beu/SimpleChatColorer.php @@ -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); } } - diff --git a/Beu/SimpleSkinsRemover.php b/Beu/SimpleSkinsRemover.php index 5aefea4..c5c54ec 100644 --- a/Beu/SimpleSkinsRemover.php +++ b/Beu/SimpleSkinsRemover.php @@ -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); } } -} +} \ No newline at end of file diff --git a/MatchManagerSuite/MatchManagerGSheet.php b/MatchManagerSuite/MatchManagerGSheet.php index cfbef3c..3820268 100644 --- a/MatchManagerSuite/MatchManagerGSheet.php +++ b/MatchManagerSuite/MatchManagerGSheet.php @@ -673,4 +673,4 @@ class MatchManagerGSheet implements CallbackListener, CommandListener, Plugin { $asyncHttpRequest->postData(1000); } } -} +} \ No newline at end of file diff --git a/MatchManagerSuite/MatchManagerPlayersPause.php b/MatchManagerSuite/MatchManagerPlayersPause.php index 8e0f7c5..fd0503f 100644 --- a/MatchManagerSuite/MatchManagerPlayersPause.php +++ b/MatchManagerSuite/MatchManagerPlayersPause.php @@ -371,4 +371,4 @@ class MatchManagerPlayersPause implements ManialinkPageAnswerListener, CommandLi $this->MLPauseAsked = $MLPauseAsked; $this->MLPauseNotAsked = $MLPauseNotAsked; } -} +} \ No newline at end of file diff --git a/MatchManagerSuite/MatchManagerReadyButton.php b/MatchManagerSuite/MatchManagerReadyButton.php index 7236e35..9093c13 100644 --- a/MatchManagerSuite/MatchManagerReadyButton.php +++ b/MatchManagerSuite/MatchManagerReadyButton.php @@ -350,4 +350,4 @@ class MatchManagerReadyButton implements ManialinkPageAnswerListener, CommandLis $this->MLisReady = $MLisReady; $this->MLisNotReady = $MLisNotReady; } -} +} \ No newline at end of file