Close menu before starting the test

Simple fix, but i saw people struggling with it
This commit is contained in:
Djamuras
2020-05-28 21:12:30 +03:00
committed by GitHub
parent f83c3b9284
commit a2565af907
+1
View File
@@ -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)