make fill show the mode in the meta
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m16s
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m16s
This commit is contained in:
parent
b7f4b97df6
commit
6ad6792384
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ public class Fill extends Feature {
|
|||
|
||||
@Override
|
||||
public void onTick() {
|
||||
meta = mode.name();
|
||||
if(Select.selection == null)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue