fix config data paths
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
static GameConfig loadConfig()
|
||||
{
|
||||
return ConfigLoader::loadFromDirectory(DOTA_FACTORY_CONFIG_DIR);
|
||||
return ConfigLoader::loadFromDirectory(CONFIG_DIR);
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
@@ -192,3 +192,4 @@ TEST_CASE("ShipSystem: despawn removes the ship", "[ship]")
|
||||
ss.despawn(id);
|
||||
REQUIRE(ss.findShip(id) == nullptr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user