From cfeeaf9561a294f359cc180b86f2644e3828d819 Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Fri, 5 Nov 2021 22:43:56 +0000 Subject: reworking modloading code --- NorthstarDedicatedTest/modmanager.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'NorthstarDedicatedTest/modmanager.h') diff --git a/NorthstarDedicatedTest/modmanager.h b/NorthstarDedicatedTest/modmanager.h index 03160dd8..e0f277e9 100644 --- a/NorthstarDedicatedTest/modmanager.h +++ b/NorthstarDedicatedTest/modmanager.h @@ -41,7 +41,7 @@ public: std::string Path; std::string RsonRunOn; - std::vector Callbacks; + std::vector Callbacks; }; class Mod @@ -68,7 +68,7 @@ public: int LoadPriority; // custom scripts used by the mod - std::vector Scripts; + std::vector Scripts; // convars created by the mod std::vector ConVars; // custom localisation files created by the mod @@ -103,8 +103,8 @@ private: rapidjson::Document m_enabledModsCfg; public: - std::vector m_loadedMods; - std::unordered_map m_modFiles; + std::vector m_loadedMods; + std::unordered_map m_modFiles; public: ModManager(); -- cgit v1.2.3