Changed to use a world setting to store the active party id

This commit is contained in:
WBHarry 2026-04-15 18:15:23 +02:00
parent fc60305a44
commit 104616bc3d
4 changed files with 23 additions and 7 deletions

View file

@ -40,7 +40,8 @@ export const gameSettings = {
LastMigrationVersion: 'LastMigrationVersion',
SpotlightRequestQueue: 'SpotlightRequestQueue',
CompendiumBrowserSettings: 'CompendiumBrowserSettings',
SpotlightTracker: 'SpotlightTracker'
SpotlightTracker: 'SpotlightTracker',
ActiveParty: 'ActiveParty',
};
export const actionAutomationChoices = {