Skip to content

Commit

Permalink
Update 0x069
Browse files Browse the repository at this point in the history
Could not find anything using Ctrl-F. Confirmed that there is no open
source code to update as per 9b6187b.
  • Loading branch information
qaisjp committed Oct 23, 2020
1 parent d6b93ec commit 8b40c8d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Shared/sdk/net/bitstream.h
Expand Up @@ -353,7 +353,7 @@ class NetBitStreamInterfaceNoVersion : public CRefCountable
// Make sure you only add new items to the end of the list, above the "Latest" entry.
enum class eBitStreamVersion : unsigned short
{
Unk = 0x069,
Unk = 0x068,

//
// 1.5.0 RELEASED - 2015-07-15
Expand All @@ -371,6 +371,10 @@ enum class eBitStreamVersion : unsigned short
// 1.5.3 RELEASED - 2016-10-20
//

// Add support for more special detections
// 2017-02-26 0x069 9b6187b3c2eaa655624254f8d83acb35b31243e7
MoreSpecialDetections_Nice69,

// Add option to enable fakelag command for testing sync issues
// 2017-03-08 0x06A a99fa0afa3b55e84f15aed335ab542520f39126d
FakeLagCommand,
Expand Down

0 comments on commit 8b40c8d

Please sign in to comment.