Skip to content

Commit

Permalink
Update conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Dec 29, 2024
1 parent 91bfef3 commit c15207a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Fika.Core/Coop/Players/CoopBot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
using static Fika.Core.Networking.CommonSubPackets;
using static Fika.Core.Networking.Packets.SubPacket;
using static Fika.Core.UI.FikaUIGlobals;
using static LActionState;

namespace Fika.Core.Coop.Players
{
Expand All @@ -48,7 +47,7 @@ public override bool IsVisible
{
get
{
return FikaBackendUtils.IsDedicated ? true : OnScreen;
return FikaBackendUtils.IsDedicated || OnScreen;
}
set
{
Expand Down

0 comments on commit c15207a

Please sign in to comment.