diff --git a/game/engines/default/engine/PlayerProfile.lua b/game/engines/default/engine/PlayerProfile.lua index 53271f83d4a311c954cd3e6c9857226c24cf0589..c6ec307f1f6b75c05328d8bf0bcfe69c042415f3 100644 --- a/game/engines/default/engine/PlayerProfile.lua +++ b/game/engines/default/engine/PlayerProfile.lua @@ -410,7 +410,7 @@ function _M:waitFirstAuth(timeout) timeout = timeout or 40 while self.waiting_auth and timeout > 0 do if not first then --- core.display.forceRedraw() + core.display.forceRedraw() core.game.sleep(50) end local evt = core.profile.popEvent() @@ -502,7 +502,7 @@ end function _M:tryAuth() print("[ONLINE PROFILE] auth") --- core.profile.pushOrder(table.serialize{o="Login", l=self.login, p=self.pass}) + core.profile.pushOrder(table.serialize{o="Login", l=self.login, p=self.pass}) self.waiting_auth = true end