Skip to content

Commit

Permalink
Observer fix (mp_forcechasecam)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Jun 12, 2020
1 parent 99b8a02 commit 8fb7b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regamedll/dlls/observer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ int __API_HOOK(GetForceCamera)(CBasePlayer *pObserver)
#ifndef REGAMEDLL_ADD
if (!fadetoblack.value)
#else
if (fadetoblack.value == FADETOBLACK_STAY)
if (fadetoblack.value != FADETOBLACK_STAY)
#endif
{
retVal = int(CVAR_GET_FLOAT("mp_forcechasecam"));
Expand Down

0 comments on commit 8fb7b8a

Please sign in to comment.