From a2565af907e097cbd168f3a1bc1259324f16343a Mon Sep 17 00:00:00 2001 From: Djamuras Date: Thu, 28 May 2020 21:12:30 +0300 Subject: [PATCH] Close menu before starting the test Simple fix, but i saw people struggling with it --- client/main.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/client/main.lua b/client/main.lua index c49a5e4e..ca4199d9 100644 --- a/client/main.lua +++ b/client/main.lua @@ -148,6 +148,7 @@ function OpenDMVSchoolMenu() menu.close() StartTheoryTest() elseif data.current.value == 'drive_test' then + menu.close() StartDriveTest(data.current.type) end end, function(data, menu)