mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
Decompress wont default to false
This commit is contained in:
@@ -20,7 +20,7 @@ namespace StreamParser
|
|||||||
[Option("decrypt", Default = false, HelpText = "Decrypt the \"Encrypted\" packets.")]
|
[Option("decrypt", Default = false, HelpText = "Decrypt the \"Encrypted\" packets.")]
|
||||||
public bool Decrypt { get; set; }
|
public bool Decrypt { get; set; }
|
||||||
|
|
||||||
[Option("decompress", Default = false, HelpText = "Which opcodes to attempt to decompress")]
|
[Option("decompress", Default = null, HelpText = "Which opcodes to attempt to decompress")]
|
||||||
public IEnumerable<int> DecompressOpcodes { get; set; }
|
public IEnumerable<int> DecompressOpcodes { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user