Spectator Mode doesn't fly[FIX]
This commit is contained in:
parent
be27992a07
commit
545aa2a989
@ -1260,6 +1260,7 @@ void cPlayer::SetCapabilities()
|
|||||||
if (IsGameModeSpectator())
|
if (IsGameModeSpectator())
|
||||||
{
|
{
|
||||||
SetVisible(false);
|
SetVisible(false);
|
||||||
|
SetCanFly(true);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user