diff --git a/application/core/FML/Script/Script.php b/application/core/FML/Script/Script.php index d2b0eb9e..c338fd2c 100644 --- a/application/core/FML/Script/Script.php +++ b/application/core/FML/Script/Script.php @@ -172,6 +172,7 @@ class Script { if ($playerLogin) { $profileControl->addClass(self::CLASS_PROFILE . '-' . $playerLogin); } + $this->addInclude('TextLib', 'TextLib'); $this->profile = true; return $this; }