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

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))
{