Change default cycle prefix to not collide with existing data

This commit is contained in:
Adam Goldsmith 2021-09-14 14:13:37 -04:00
parent 92a93d6b6d
commit 11cd73c70b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ const FORMAT = ImageUtils.FORMAT_PNG;
// TODO: should be defined in strange eons somewhere
const pack_code = "kyo_player";
const cycle_prefix = "42";
const cycle_prefix = "43";
function renameSlot(slot) {
if (slot.startsWith('1 ')) {