2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-07-04 23:00:04 +00:00

ZoneLoading: Make ZoneDumper also generate a game specific zone file

This commit is contained in:
Jan
2019-11-18 21:42:02 +01:00
parent 73489ee455
commit d220aa8fde
4 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ bool ZoneLoading::DumpZone(Zone* zone, const std::string& basePath)
{
for(auto dumper : zoneDumper)
{
if(dumper->CanDumpZone(zone))
if(dumper->CanHandleZone(zone))
{
if(dumper->DumpZone(zone, basePath))
{