mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-27 00:41:08 +02:00
Mod system improvement Part I : Fix content losing after deserialization
This commit is contained in:
@ -698,7 +698,7 @@ void processCommand(const std::string &message)
|
||||
|
||||
for(auto contentName : contentNames)
|
||||
{
|
||||
auto & content = VLC->modh->content[contentName];
|
||||
auto & content = (*VLC->modh->content)[contentName];
|
||||
|
||||
auto contentOutPath = outPath / contentName;
|
||||
bfs::create_directories(contentOutPath);
|
||||
|
Reference in New Issue
Block a user