mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-20 17:28:14 +07:00
Merge branch 'erekir' of https://github.com/Anuken/Mindustry into erekir
This commit is contained in:
commit
9da9fa82e5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user