fix: remove unwanted states styling

This commit is contained in:
Azgaar 2024-10-03 13:05:10 +02:00 committed by sofronaspe
parent 9da6f22130
commit c7f38f7fc1
4 changed files with 11 additions and 3 deletions

View file

@ -463,7 +463,7 @@ async function parseLoadedData(data, mapVersion) {
{
// dynamically import and run auto-update script
const {resolveVersionConflicts} = await import("../dynamic/auto-update.js?v=1.105.5");
const {resolveVersionConflicts} = await import("../dynamic/auto-update.js?v=1.105.10");
resolveVersionConflicts(mapVersion);
}