From ebbe9f933d5f960e0b8bb126830dc5cc7c83542f Mon Sep 17 00:00:00 2001 From: kremsy Date: Thu, 26 Feb 2015 15:18:24 +0100 Subject: [PATCH] doc update --- core/Manialinks/CustomUIManager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; /**