Skip to content

Commit

Permalink
Update bitstream.h
Browse files Browse the repository at this point in the history
  • Loading branch information
FileEX authored Jan 6, 2025
1 parent 7dcd5e9 commit 6de1902
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Shared/sdk/net/bitstream.h
Original file line number Diff line number Diff line change
Expand Up @@ -571,10 +571,6 @@ enum class eBitStreamVersion : unsigned short
// Add respawnObject and toggleObjectRespawn to serverside
// 2024-09-04
RespawnObject_Serverside,

// Add "flyingcomponents" to setWorldSpecialPropertyEnabled
// 2024-07-22
WorldSpecialProperty_FlyingComponents,

// Add check_duplicate_serials
// 2024-09-04
Expand Down Expand Up @@ -604,6 +600,10 @@ enum class eBitStreamVersion : unsigned short
// 2025-01-01
AnimationsSync,

// Add "flyingcomponents" to setWorldSpecialPropertyEnabled
// 2024-07-22
WorldSpecialProperty_FlyingComponents,

// 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,
Expand Down

0 comments on commit 6de1902

Please sign in to comment.