mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
parent
f055e35729
commit
09dc1fa92a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue