We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29043d commit e90941cCopy full SHA for e90941c
Core/GameEngine/Source/Common/GameUtility.cpp
@@ -54,7 +54,7 @@ bool localPlayerIsObserving()
54
if (TheGameLogic->isInReplayGame() || TheGameLogic->isInShellGame())
55
return true;
56
57
- if (!ThePlayerList->getLocalPlayer()->isPlayerActive())
+ if (ThePlayerList->getLocalPlayer()->isPlayerObserver())
58
59
60
return false;
0 commit comments