mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-26 08:41:12 -07:00
sync fix
This commit is contained in:
parent
8625ef09cc
commit
12e35b643c
1 changed files with 1 additions and 5 deletions
|
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue