Skip to content

Commit 5e45ad8

Browse files
authored
Merge pull request #65 from f870103/main
2 parents d3f3121 + a71f39e commit 5e45ad8

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

dissect/header.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const (
7676
Ranked MatchType = 2
7777
CustomGameLocal MatchType = 7
7878
CustomGameOnline MatchType = 8
79-
Unranked MatchType = 12
79+
Standard MatchType = 12
8080

8181
Bomb GameMode = 327933806
8282
SecureArea GameMode = 1983085217
@@ -187,6 +187,7 @@ const (
187187
Maestro Operator = 104189662175
188188
Clash Operator = 104189662280
189189
Fenrir Operator = 288200867339
190+
Ram Operator = 395943091136
190191
)
191192

192193
// duplicated code here could be avoided by defining a generic function accepting any Number type.

dissect/matchtype_string.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dissect/operator_roles.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dissect/operator_string.go

Lines changed: 10 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dissect/version.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ const (
66
Y7S4 int = 7338571
77
Y8S1 int = 7408213
88
Y8S2 int = 7601998
9+
Y8S3 int = 7762708
910
)

0 commit comments

Comments
 (0)