Remove inInput -> replace with inMenu

This commit is contained in:
kookroach
2021-04-03 20:32:11 +02:00
parent ee305b78ec
commit 1e05bb108c
21 changed files with 108 additions and 110 deletions

View File

@@ -116,7 +116,7 @@ export default function drivingSchoolHandle(globalData: IGlobalData) {
};
function keyPressHandler() {
if (globalData.InChat || globalData.InInput || globalData.InMenu) return;
if (globalData.InChat || globalData.InMenu || globalData.InMenu) return;
mp.events.call('removeDrivingSchoolMenu', false);
mp.events.call('showDrivingSchoolSelector');