diff --git a/Shared/sdk/net/bitstream.h b/Shared/sdk/net/bitstream.h index a4ddf5da52..9e9bd59635 100644 --- a/Shared/sdk/net/bitstream.h +++ b/Shared/sdk/net/bitstream.h @@ -576,14 +576,14 @@ enum class eBitStreamVersion : unsigned short // 2024-09-04 CheckDuplicateSerials, - // Add setElementOnFire function - // 2024-10-08 - SetElementOnFire, - // Add ignorefirestate special world property // 2024-11-07 WorldSpecialProperty_IgnoreFireState, + // Add setElementOnFire function + // 2024-10-08 + SetElementOnFire, + // This allows us to automatically increment the BitStreamVersion when things are added to this enum. // Make sure you only add things above this comment. Next,