fix keybinder warum ist das geändert

This commit is contained in:
hydrant
2021-05-02 13:59:43 +02:00
parent 91364b8e3b
commit 27acfcd77a

View File

@@ -123,7 +123,7 @@ export default function keys(globalData: IGlobalData) {
});
//Z // Fahrzeug Verwaltung - Menü
KeyBinder.bind(0x5A, false, function () {
mp.keys.bind.bind(0x5A, false, function () {
if (!globalData.InChat && !globalData.InMenu && !globalData.InTuning) {
mp.events.callRemote("keyPress:Z");
}