[DE] Fix applying numbering
This commit is contained in:
parent
54db30d9fd
commit
7b1911e5bd
|
@ -1318,8 +1318,8 @@ define([
|
||||||
btn.toggle(rawData.data.subtype > -1, true);
|
btn.toggle(rawData.data.subtype > -1, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
this._state.bullets.type = rawData.data.type;
|
this._state.bullets.type = undefined;
|
||||||
this._state.bullets.subtype = rawData.data.subtype;
|
this._state.bullets.subtype = undefined;
|
||||||
if (this.api)
|
if (this.api)
|
||||||
this.api.put_ListType(rawData.data.type, rawData.data.subtype);
|
this.api.put_ListType(rawData.data.type, rawData.data.subtype);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue