File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -550,11 +550,7 @@ enum class eBitStreamVersion : unsigned short
550550
551551 // Add breakObject to serverside as well
552552 // 2024-05-31
553- BreakObject_Serverside,
554-
555- // Add respawnObject and toggleObjectRespawn to serverside
556- // 2024-06-09
557- RespawnObject_Serverside,
553+ BreakObject_Serverside,
558554
559555 // Ped syncronization revision
560556 // 2024-06-16
@@ -572,6 +568,10 @@ enum class eBitStreamVersion : unsigned short
572568 // 2024-07-05
573569 SetMarkerTargetArrowProperties,
574570
571+ // Add respawnObject and toggleObjectRespawn to serverside
572+ // 2024-09-04
573+ RespawnObject_Serverside,
574+
575575 // This allows us to automatically increment the BitStreamVersion when things are added to this enum.
576576 // Make sure you only add things above this comment.
577577 Next,
You can’t perform that action at this time.
0 commit comments