Skip to content

Commit

Permalink
LaserWall: Fix snapping in pause
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Oct 13, 2024
1 parent 4548f76 commit 4a822d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/server/infclass/entities/engineer-wall.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ void CEngineerWall::Tick()

void CEngineerWall::TickPaused()
{
++m_SnapStartTick;
++m_EndTick;
}

Expand Down

0 comments on commit 4a822d9

Please sign in to comment.