mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-08-02 16:09:38 +07:00
sync fix
This commit is contained in:
@ -241,11 +241,7 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
|
||||
pay.set(x, y);
|
||||
pay.dropLastPayload();
|
||||
pay.set(prevx, prevy);
|
||||
pay.controlling().each(u -> {
|
||||
if (u instanceof Payloadc p){
|
||||
p.dropLastPayload();
|
||||
}
|
||||
});
|
||||
pay.controlling().each(u -> Call.payloadDropped(u, u.x, u.y));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user