Merge branch 'erekir' of https://github.com/Anuken/Mindustry into erekir

This commit is contained in:
Anuken 2022-05-08 00:43:40 -04:00
commit 9da9fa82e5

View File

@ -181,7 +181,7 @@ public class NetClient implements ApplicationListener{
effect.at(x, y, rotation, color); effect.at(x, y, rotation, color);
} }
@Remote(variants = Variant.both, unreliable = true) @Remote(variants = Variant.both, unreliable = true)
public static void effect(Effect effect, float x, float y, float rotation, Color color, Object data){ public static void effect(Effect effect, float x, float y, float rotation, Color color, Object data){
if(effect == null) return; if(effect == null) return;