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:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user