fix config data paths
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
static GameConfig loadConfig()
|
||||
{
|
||||
return ConfigLoader::loadFromDirectory(DOTA_FACTORY_CONFIG_DIR);
|
||||
return ConfigLoader::loadFromDirectory(CONFIG_DIR);
|
||||
}
|
||||
|
||||
static const ShipDef* findAvailableSchematic(const GameConfig& cfg)
|
||||
|
||||
Reference in New Issue
Block a user