From 50e6db35c4c49d4468b8f96b32b340a970832d8f Mon Sep 17 00:00:00 2001 From: Chomp Date: Mon, 2 Jan 2023 16:42:44 +0000 Subject: [PATCH] add hideout qte to list --- DumpCleaner/DumpFiles.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DumpCleaner/DumpFiles.cs b/DumpCleaner/DumpFiles.cs index da52717..12fe7d5 100644 --- a/DumpCleaner/DumpFiles.cs +++ b/DumpCleaner/DumpFiles.cs @@ -39,7 +39,8 @@ namespace DumpCleaner new DumpData{InputName = "resp.client.hideout.areas", OutputName = "areas", OutputFolder = "hideout"}, new DumpData{InputName = "resp.client.hideout.production.scavcase.recipes", OutputName = "scavcase", OutputFolder = "hideout"}, new DumpData{InputName = "resp.client.hideout.settings", OutputName = "settings", OutputFolder = "hideout"}, - + new DumpData{InputName = "resp.client.hideout.qte.list", OutputName = "qte", OutputFolder = "hideout"}, + new DumpData{InputName = "resp.client.locations", OutputName = "locations", OutputFolder = "locations", SpecialCase = true}, new DumpData{InputName = "resp.client.location.getLocalloot", OutputName = "locations", OutputFolder = "locations", SpecialCase = true},