Fix small typo

This commit is contained in:
kookroach
2021-04-03 20:34:34 +02:00
parent 1e05bb108c
commit 64fcd3749f
3 changed files with 3 additions and 5 deletions

View File

@@ -62,7 +62,7 @@ export default function planeSchoolHandle(globalData: IGlobalData) {
};
function keyPressHandler() {
if (globalData.InChat || globalData.InMenu || globalData.InMenu) return;
if (globalData.InChat || globalData.InMenu) return;
mp.events.call('removeplaneSchoolMenu', false);
mp.events.callRemote('startplaneSchool');