Protocol change

This commit is contained in:
Zach Fox 2017-12-14 10:09:10 -08:00
parent 4980c769c0
commit af346f2ced
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View file

@ -199,7 +199,8 @@ QDebug operator<<(QDebug debug, const PacketType& type);
enum class EntityVersion : PacketVersion {
StrokeColorProperty = 77,
HasDynamicOwnershipTests,
HazeEffect
HazeEffect,
StaticCertJsonVersionOne
};
enum class EntityScriptCallMethodVersion : PacketVersion {