Hard limit hotswaps to 25 entries

5d69189f8fbe237c97835af74d3100ff66befcd5

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/RossAscends-mods.js+1 -1
@@ -316,7 +316,7 @@ export async function favsToHotswap() {
316316 const entities = getEntitiesList({ doFilter: false });
317317 const container = $('#right-nav-panel .hotswap');
318318
319319 const favs = entities.filter(x => x.item.fav || x.item.fav == 'true').slice(0, 25);
320320
321321 //helpful instruction message if no characters are favorited
322322 if (favs.length == 0) {