Fixed user self-removing in settings app

This commit is contained in:
IgorTimofeev 2020-01-10 17:49:48 +03:00
parent 8b48a4ab4e
commit fceb99ff75

View File

@ -2863,7 +2863,7 @@ function system.authorize()
selectUser() selectUser()
else else
updateUser(userList[1]) updateUser(userList[1]:sub(1, -2))
end end
workspace:draw() workspace:draw()