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 78e1551 commit 06206c8Copy full SHA for 06206c8
QSB/Player/PlayerMapMarker.cs
@@ -71,8 +71,10 @@ private bool ShouldBeVisible()
71
_player.IsReady &&
72
!_player.IsDead &&
73
_player.Visible &&
74
- _player.InDreamWorld == QSBPlayerManager.LocalPlayer.InDreamWorld &&
75
- _player.IsInMoon == QSBPlayerManager.LocalPlayer.IsInMoon;
+ !_player.InDreamWorld &&
+ !_player.IsInMoon &&
76
+ !_player.IsInBramble &&
77
+ !_player.IsInCloak;
78
}
79
80
public void LateUpdate()
0 commit comments