diff --git a/core/Manialinks/CustomUIManager.php b/core/Manialinks/CustomUIManager.php index 7ee5059b..8eb6a561 100644 --- a/core/Manialinks/CustomUIManager.php +++ b/core/Manialinks/CustomUIManager.php @@ -10,7 +10,7 @@ use ManiaControl\Players\Player; use ManiaControl\Players\PlayerManager; /** - * Class managing the Custom UI in TrackMania + * Class managing the Custom UI in ManiaPlanet * * @author ManiaControl Team * @copyright 2014-2015 ManiaControl Team @@ -28,7 +28,7 @@ class CustomUIManager implements CallbackListener, TimerListener { /** @var ManiaControl $maniaControl */ private $maniaControl = null; /** @var customUI $customUI */ - private $customUI = null; + private $customUI = null; private $updateManialink = false; /**