From fceb99ff753bafa19b39a9a11b69cdc3f5ce64e4 Mon Sep 17 00:00:00 2001 From: IgorTimofeev Date: Fri, 10 Jan 2020 17:49:48 +0300 Subject: [PATCH] Fixed user self-removing in settings app --- Libraries/System.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/System.lua b/Libraries/System.lua index 088c015f..3b57eae5 100755 --- a/Libraries/System.lua +++ b/Libraries/System.lua @@ -2863,7 +2863,7 @@ function system.authorize() selectUser() else - updateUser(userList[1]) + updateUser(userList[1]:sub(1, -2)) end workspace:draw()