This commit is contained in:
Steffen Schröder 2013-12-31 12:16:51 +01:00
parent 1884cf15dc
commit 8db3b2daf4

View File

@ -172,6 +172,7 @@ class Script {
if ($playerLogin) {
$profileControl->addClass(self::CLASS_PROFILE . '-' . $playerLogin);
}
$this->addInclude('TextLib', 'TextLib');
$this->profile = true;
return $this;
}