fix profile variable
This commit is contained in:
parent
4bcbda64d6
commit
69bbcfbc40
@ -181,8 +181,8 @@ class PlayerProfile extends ScriptFeature
|
|||||||
$login = Builder::escapeText($this->login);
|
$login = Builder::escapeText($this->login);
|
||||||
|
|
||||||
if ($this->titleId == "Trackmania") {
|
if ($this->titleId == "Trackmania") {
|
||||||
$apicall = "declare Text LibTMxSMRaceScoresTable_OpenProfileLogin for ClientUI = \"\";
|
$apicall = "declare Text TMGame_ScoresTable_OpenProfileUserId for ClientUI = \"\";
|
||||||
LibTMxSMRaceScoresTable_OpenProfileLogin = {$login};";
|
TMGame_ScoresTable_OpenProfileUserId = {$login};";
|
||||||
} else {
|
} else {
|
||||||
$apicall = "ShowProfile({$login});";
|
$apicall = "ShowProfile({$login});";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user