mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-04-03 22:52:48 +02:00
Fixed user self-removing in settings app
This commit is contained in:
@@ -2863,7 +2863,7 @@ function system.authorize()
|
||||
|
||||
selectUser()
|
||||
else
|
||||
updateUser(userList[1])
|
||||
updateUser(userList[1]:sub(1, -2))
|
||||
end
|
||||
|
||||
workspace:draw()
|
||||
|
||||
Reference in New Issue
Block a user