mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-08 01:43:59 +07:00
Closes Anuken/Mindustry-Suggestions/issues/5184
This commit is contained in:
parent
6961417a87
commit
074684e935
@ -1295,7 +1295,7 @@ public class LExecutor{
|
||||
|
||||
@Override
|
||||
public void run(LExecutor exec){
|
||||
Tile tile = world.tile(x.numi(), y.numi());
|
||||
Tile tile = world.tile(Mathf.round(x.numf()), Mathf.round(y.numf()));
|
||||
if(tile == null){
|
||||
dest.setobj(null);
|
||||
}else{
|
||||
|
Loading…
Reference in New Issue
Block a user