From af4edee06313948d13b585856a232db3bafc3a8e Mon Sep 17 00:00:00 2001 From: MihailRis Date: Sun, 10 Nov 2024 21:02:48 +0300 Subject: [PATCH] fix --- src/content/ContentPack.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/ContentPack.hpp b/src/content/ContentPack.hpp index 292400a5..9d25d752 100644 --- a/src/content/ContentPack.hpp +++ b/src/content/ContentPack.hpp @@ -42,9 +42,9 @@ struct ContentPack { std::string version = "0.0"; std::string creator = ""; std::string description = "no description"; - std::string source = ""; fs::path folder; std::vector dependencies; + std::string source = ""; fs::path getContentFile() const;