commented tooltips to avoid crashes

This commit is contained in:
kremsy
2013-12-31 10:05:38 +01:00
parent 5447588749
commit decebc1d18
5 changed files with 26 additions and 23 deletions

View File

@ -170,7 +170,7 @@ class Script {
$profileControl->setScriptEvents(true);
$profileControl->addClass(self::CLASS_PROFILE);
if ($playerLogin) {
$profilControl->addClass(self::CLASS_PROFILE . '-' . $playerLogin);
$profileControl->addClass(self::CLASS_PROFILE . '-' . $playerLogin);
}
$this->profile = true;
return $this;
@ -442,4 +442,4 @@ if (Event.Control.HasClass(\"" . self::CLASS_MAPINFO . "\") {
$mainFunction = file_get_contents(__DIR__ . '/Parts/Main.txt');
return $mainFunction;
}
}
}