mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 11:09:21 +01:00
Fixed user self-removing in settings app
This commit is contained in:
parent
8b48a4ab4e
commit
fceb99ff75
@ -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()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user