fix
This commit is contained in:
@@ -141,7 +141,7 @@ export default function keys(globalData: IGlobalData) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
if (mp.keys.isDown(0x11) && mp.keys.isDown(0x48)) { //CTRL + H
|
if (mp.keys.isDown(17) && mp.keys.isDown(72)) { //CTRL + H
|
||||||
mp.events.call("keyPress:ControllH"); //hup
|
mp.events.call("keyPress:ControllH"); //hup
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user