We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4158713 commit a785ff1Copy full SHA for a785ff1
Shared/sdk/net/SyncStructures.h
@@ -2106,7 +2106,8 @@ struct SWorldSpecialPropertiesStateSync : public ISyncStructure
2106
if (bitStream.Can(eBitStreamVersion::WorldSpecialProperty_IgnoreFireState))
2107
isOK &= bitStream.ReadBits(reinterpret_cast<char*>(&data6), BITCOUNT6);
2108
else
2109
- data6.ignoreFireState = false;
+ data6.ignoreFireState = false;
2110
+
2111
if (bitStream.Can(eBitStreamVersion::WorldSpecialProperty_FlyingComponents))
2112
isOK &= bitStream.ReadBits(reinterpret_cast<char*>(&data7), BITCOUNT7);
2113
0 commit comments