diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2023-09-24 15:59:09 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2023-09-24 15:59:09 -0600 |
| commit | a4f96f6cabf98da6987ed6e32e6bbcd88f587400 (patch) | |
| tree | 56d9fb573d05d1451d4976d37e2c81c88fa76caa /src/Companion.cpp | |
| parent | bc291abe508aa887543350a2db8883930778aafd (diff) | |
Added flag to work as a library
Diffstat (limited to 'src/Companion.cpp')
| -rw-r--r-- | src/Companion.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Companion.cpp b/src/Companion.cpp index 2528ce9..41d5a65 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -97,6 +97,7 @@ void Companion::Process() { LUS::BinaryWriter write = LUS::BinaryWriter(); RawFactory* factory = this->GetFactory(type); + factory->SetCartridge(cartridge); spdlog::set_pattern(regular); SPDLOG_INFO("------------------------------------------------"); |
