Merge branch 'hotfix/medic' into 'master'
remove debug message See merge request log-gtav/reallife-gamemode!51
This commit is contained in:
@@ -136,7 +136,6 @@ export default function animationSync() {
|
|||||||
const blockInputControls = [12, 13, 14, 15, 22, 24, 25, 37, 261, 262];
|
const blockInputControls = [12, 13, 14, 15, 22, 24, 25, 37, 261, 262];
|
||||||
|
|
||||||
mp.events.add("render", () => {
|
mp.events.add("render", () => {
|
||||||
mp.gui.chat.push("blockInput = " + blockInput);
|
|
||||||
if (blockInput) {
|
if (blockInput) {
|
||||||
blockInputControls.forEach((ctrl) => {
|
blockInputControls.forEach((ctrl) => {
|
||||||
mp.game.controls.disableControlAction(32, ctrl, true);
|
mp.game.controls.disableControlAction(32, ctrl, true);
|
||||||
|
|||||||
Reference in New Issue
Block a user