diff --git a/core/src/mindustry/logic/LExecutor.java b/core/src/mindustry/logic/LExecutor.java index 2c45d4ad5f..606213eb5d 100644 --- a/core/src/mindustry/logic/LExecutor.java +++ b/core/src/mindustry/logic/LExecutor.java @@ -1862,7 +1862,7 @@ public class LExecutor{ if(type == LMarkerControl.remove){ state.markers.remove(exec.numi(id)); }else{ - var marker = state.markers.get(id); + var marker = state.markers.get(exec.numi(id)); if(marker == null) return; if(type == LMarkerControl.text){