mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 17:10:45 +02:00
removing onUsernameChanged signal to alter login settings
This commit is contained in:
parent
67fe05da97
commit
0a0b7bf1ad
1 changed files with 1 additions and 5 deletions
|
@ -377,10 +377,6 @@ function deleteSendMoneyParticleEffect() {
|
|||
}
|
||||
|
||||
function onUsernameChanged() {
|
||||
if (Account.username !== Settings.getValue("keepMeLoggedIn/savedUsername")) {
|
||||
Settings.setValue("keepMeLoggedIn", false);
|
||||
Settings.setValue("keepMeLoggedIn/savedUsername", "");
|
||||
}
|
||||
}
|
||||
|
||||
var MARKETPLACES_INJECT_SCRIPT_URL = Script.resolvePath("../html/js/marketplacesInject.js");
|
||||
|
|
Loading…
Reference in a new issue