From 09dc1fa92aa0515db6c4f7c00619cfa234998564 Mon Sep 17 00:00:00 2001 From: buthed010203 Date: Sun, 8 May 2022 00:27:30 -0400 Subject: [PATCH] No. (#6776) This keeps driving me mad when merging --- core/src/mindustry/core/NetClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/core/NetClient.java b/core/src/mindustry/core/NetClient.java index 78b68c3aff..e626619ebb 100644 --- a/core/src/mindustry/core/NetClient.java +++ b/core/src/mindustry/core/NetClient.java @@ -181,7 +181,7 @@ public class NetClient implements ApplicationListener{ effect.at(x, y, rotation, color); } - + @Remote(variants = Variant.both, unreliable = true) public static void effect(Effect effect, float x, float y, float rotation, Color color, Object data){ if(effect == null) return;