mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:42:58 +02:00
manually force OwnershipChallengeFix to avoid StaticCertJsonVersionOne
This commit is contained in:
parent
5a839ebd93
commit
95c7f876bf
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ uint qHash(const PacketType& key, uint seed);
|
||||||
QDebug operator<<(QDebug debug, const PacketType& type);
|
QDebug operator<<(QDebug debug, const PacketType& type);
|
||||||
|
|
||||||
enum class EntityVersion : PacketVersion {
|
enum class EntityVersion : PacketVersion {
|
||||||
StrokeColorProperty = 77,
|
StrokeColorProperty = 0,
|
||||||
HasDynamicOwnershipTests,
|
HasDynamicOwnershipTests,
|
||||||
HazeEffect,
|
HazeEffect,
|
||||||
OwnershipChallengeFix
|
OwnershipChallengeFix
|
||||||
|
|
Loading…
Reference in a new issue