(De)serialization of autoswtich settings.

This commit is contained in:
MetricExpansion 2020-11-05 21:21:13 -08:00
parent ea1a662bce
commit 97bc3b3190
4 changed files with 42 additions and 2 deletions

View file

@ -615,9 +615,11 @@
type = LocationType::World;
}
/*
char message[100];
sprintf_s(message, "SOS: This location is a %s.", type_str.c_str());
RE::DebugNotification(message, nullptr, false);
*/
auto& service = ArmorAddonOverrideService::GetInstance();
service.setOutfitUsingLocation(type);