commented tooltips to avoid crashes
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user