Server: unreference player.h

This commit is contained in:
Marco Cawthorne 2022-04-25 13:36:15 -07:00
parent 57f09c97e2
commit 2228ab48a0
Signed by: eukara
GPG Key ID: C196CD8BA993248A
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@ Game_Input(player pl)
}
if (input_buttons & INPUT_BUTTON5)
Player_UseDown();
pl.InputUse_Down();
else
Player_UseUp();
pl.InputUse_Up();
if (self.impulse == 100)
Flashlight_Toggle();