diff --git a/QSB/Player/PlayerInfo.cs b/QSB/Player/PlayerInfo.cs index ad9e902c..856563a9 100644 --- a/QSB/Player/PlayerInfo.cs +++ b/QSB/Player/PlayerInfo.cs @@ -29,7 +29,7 @@ namespace QSB.Player public ClientState State { get; set; } public EyeState EyeState { get; set; } public bool IsDead { get; set; } - public bool Visible { get; set; } = true; + public bool Visible => DitheringAnimator._visible; public bool IsReady { get; set; } public bool IsInMoon { get; set; } public bool IsInShrine { get; set; }