player: Call super::ServerInputFrame() inside ServerInputFrame.

This commit is contained in:
Marco Cawthorne 2023-01-06 16:09:47 -08:00
parent a5f2ee0174
commit 89c50dd85c
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 0 deletions

View File

@ -494,6 +494,7 @@ player::PredictPostFrame(void)
void
player::ServerInputFrame(void)
{
super::ServerInputFrame();
gflags &= ~GF_BUYZONE;
gflags &= ~GF_RESCUEZONE;
gflags &= ~GF_BOMBZONE;