(De)serialization of autoswtich settings.
This commit is contained in:
parent
ea1a662bce
commit
97bc3b3190
4 changed files with 42 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue