Add support for T6 server zones which are unsigned and unencrypted

This commit is contained in:
Jan
2019-09-27 15:31:33 +02:00
parent d662e5dcfa
commit f9b7fa57c8
2 changed files with 29 additions and 10 deletions

View File

@ -8,6 +8,7 @@ class ZoneLoaderFactoryT6 final : public IZoneLoaderFactory
static const std::string MAGIC_SIGNED_TREYARCH;
static const std::string MAGIC_SIGNED_ASSET_BUILDER;
static const std::string MAGIC_UNSIGNED;
static const std::string MAGIC_UNSIGNED_SERVER;
static const int VERSION;
static const int STREAM_COUNT;