Change default cycle prefix to not collide with existing data
This commit is contained in:
parent
92a93d6b6d
commit
11cd73c70b
@ -10,7 +10,7 @@ const FORMAT = ImageUtils.FORMAT_PNG;
|
|||||||
|
|
||||||
// TODO: should be defined in strange eons somewhere
|
// TODO: should be defined in strange eons somewhere
|
||||||
const pack_code = "kyo_player";
|
const pack_code = "kyo_player";
|
||||||
const cycle_prefix = "42";
|
const cycle_prefix = "43";
|
||||||
|
|
||||||
function renameSlot(slot) {
|
function renameSlot(slot) {
|
||||||
if (slot.startsWith('1 ')) {
|
if (slot.startsWith('1 ')) {
|
||||||
|
Loading…
Reference in New Issue
Block a user