diff options
Diffstat (limited to 'mp/src/game/client/hltvcamera.cpp')
| -rw-r--r-- | mp/src/game/client/hltvcamera.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mp/src/game/client/hltvcamera.cpp b/mp/src/game/client/hltvcamera.cpp index 9754b99f..1da4acfd 100644 --- a/mp/src/game/client/hltvcamera.cpp +++ b/mp/src/game/client/hltvcamera.cpp @@ -736,7 +736,7 @@ void C_HLTVCamera::FireGameEvent( IGameEvent * event) } // after this only auto-director commands follow - // don't execute them is autodirector is off and PVS is unlocked + // don't execute them if autodirector is off and PVS is unlocked if ( !spec_autodirector.GetBool() && !IsPVSLocked() ) return; |