Skip to content

Commit d73698b

Browse files
committed
PixyWixy fart messages are in single player only.
1 parent 6ce4c2a commit d73698b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Code/Effects/PlayerEffects/FartEffect.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ protected override void OnReceivePacket(CrowdControlPlayer player, BinaryReader
149149

150150
protected override void SendStartMessage(string viewerString, string playerString, string? durationString)
151151
{
152-
if (!SteamUtils.IsPixyWixy || !Main.rand.NextBool(3))
152+
if (!SteamUtils.IsPixyWixy || !NetUtils.IsSinglePlayer || !Main.rand.NextBool(3))
153153
{
154154
return;
155155
}

0 commit comments

Comments
 (0)