make fill show the mode in the meta
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m16s

This commit is contained in:
Daniella / Tove 2024-06-19 20:58:20 +02:00
parent b7f4b97df6
commit 6ad6792384
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -68,6 +68,7 @@ public class Fill extends Feature {
@Override
public void onTick() {
meta = mode.name();
if(Select.selection == null)
return;