Skip to content

Commit 03f2d94

Browse files
committed
Update bitstream.h
1 parent 92c9171 commit 03f2d94

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Shared/sdk/net/bitstream.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -576,14 +576,14 @@ enum class eBitStreamVersion : unsigned short
576576
// 2024-09-04
577577
CheckDuplicateSerials,
578578

579-
// Add setElementOnFire function
580-
// 2024-10-08
581-
SetElementOnFire,
582-
583579
// Add ignorefirestate special world property
584580
// 2024-11-07
585581
WorldSpecialProperty_IgnoreFireState,
586582

583+
// Add setElementOnFire function
584+
// 2024-10-08
585+
SetElementOnFire,
586+
587587
// This allows us to automatically increment the BitStreamVersion when things are added to this enum.
588588
// Make sure you only add things above this comment.
589589
Next,

0 commit comments

Comments
 (0)