Update subgame.cpp

master
Mrchiantos 2019-07-22 01:42:03 +02:00
parent 905a414ffb
commit b0d8474eb8
1 changed files with 0 additions and 2 deletions

View File

@ -112,8 +112,6 @@ SubgameSpec findSubgame(const std::string &id)
std::set<std::string> mods_paths;
if(!user_game)
mods_paths.insert(share + DIR_DELIM + "files");
if(user != share || user_game)
mods_paths.insert(share + DIR_DELIM + "files");
std::string game_name = getGameName(game_path);
if(game_name == "")
game_name = id;