Remove inInput -> replace with inMenu
This commit is contained in:
@@ -62,7 +62,7 @@ export default function planeSchoolHandle(globalData: IGlobalData) {
|
||||
};
|
||||
|
||||
function keyPressHandler() {
|
||||
if (globalData.InChat || globalData.InInput || globalData.InMenu) return;
|
||||
if (globalData.InChat || globalData.InMenu || globalData.InMenu) return;
|
||||
|
||||
mp.events.call('removeplaneSchoolMenu', false);
|
||||
mp.events.callRemote('startplaneSchool');
|
||||
|
||||
Reference in New Issue
Block a user