This keeps driving me mad when merging
This commit is contained in:
buthed010203 2022-05-08 00:27:30 -04:00 committed by GitHub
parent f055e35729
commit 09dc1fa92a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;