mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-10-22 06:16:01 +00:00
feat: unlink fastfiles via ModMan
This commit is contained in:
@@ -33,7 +33,12 @@ namespace
|
||||
|
||||
if (maybeZone)
|
||||
{
|
||||
ui::PromiseResolve(wv, id, true);
|
||||
ui::PromiseResolve(wv,
|
||||
id,
|
||||
ZoneLoadedDto{
|
||||
.zoneName = maybeZone.value()->m_name,
|
||||
.filePath = path,
|
||||
});
|
||||
con::debug("Loaded zone \"{}\"", maybeZone.value()->m_name);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user