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 92c9171 commit 03f2d94Copy full SHA for 03f2d94
Shared/sdk/net/bitstream.h
@@ -576,14 +576,14 @@ enum class eBitStreamVersion : unsigned short
576
// 2024-09-04
577
CheckDuplicateSerials,
578
579
- // Add setElementOnFire function
580
- // 2024-10-08
581
- SetElementOnFire,
582
-
583
// Add ignorefirestate special world property
584
// 2024-11-07
585
WorldSpecialProperty_IgnoreFireState,
586
+ // Add setElementOnFire function
+ // 2024-10-08
+ SetElementOnFire,
+
587
// This allows us to automatically increment the BitStreamVersion when things are added to this enum.
588
// Make sure you only add things above this comment.
589
Next,
0 commit comments