mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-14 08:47:57 -05: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