diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-11-12 17:11:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-12 17:11:31 +0100 |
commit | 6509283abd620038bf48f0d90ba23b8fa17feec7 (patch) | |
tree | a4186aef12d8c44e3bc71868f2e1556068e4a6dd /primedev/mods/compiled/modkeyvalues.cpp | |
parent | a4b09bc42d5f79ef86697c893efc9e3b7d966502 (diff) | |
parent | 13344f3910befa2cd15bfd306ba2c5e42e6c80ec (diff) | |
download | NorthstarLauncher-feat/overhaul-mod-loading-locations.tar.gz NorthstarLauncher-feat/overhaul-mod-loading-locations.zip |
Merge branch 'main' into feat/overhaul-mod-loading-locationsfeat/overhaul-mod-loading-locations
Diffstat (limited to 'primedev/mods/compiled/modkeyvalues.cpp')
-rw-r--r-- | primedev/mods/compiled/modkeyvalues.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/primedev/mods/compiled/modkeyvalues.cpp b/primedev/mods/compiled/modkeyvalues.cpp index e44a81d3..dfff706d 100644 --- a/primedev/mods/compiled/modkeyvalues.cpp +++ b/primedev/mods/compiled/modkeyvalues.cpp @@ -3,8 +3,6 @@ #include <fstream> -AUTOHOOK_INIT() - void ModManager::TryBuildKeyValues(const char* filename) { spdlog::info("Building KeyValues for file {}", filename); |