diff --git a/ReallifeGamemode.Client/Player/keys.ts b/ReallifeGamemode.Client/Player/keys.ts index 96930636..725567f5 100644 --- a/ReallifeGamemode.Client/Player/keys.ts +++ b/ReallifeGamemode.Client/Player/keys.ts @@ -141,7 +141,7 @@ export default function keys(globalData: IGlobalData) { mp.gui.takeScreenshot(new Date().toLocaleDateString(), 1, 100, 80); }); - BetterBindings.bind('ctrl + g', () => { + BetterBindings.bind('ctrl+h', () => { mp.events.call("keyPress:ControllH"); //hup return; });