This commit is contained in:
Jesse Boyd
2017-08-10 16:52:17 +10:00
parent c3759f8963
commit c808257b7c

@ -160,6 +160,7 @@ public class Auto extends SubCommand {
} }
break; break;
} }
plotarea.setMeta("lastPlot", start);
} }
return true; return true;
} }