Skip to content

Commit

Permalink
Merge pull request #65 from f870103/main
Browse files Browse the repository at this point in the history
  • Loading branch information
redraskal committed Aug 30, 2023
2 parents d3f3121 + a71f39e commit 5e45ad8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
3 changes: 2 additions & 1 deletion dissect/header.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const (
Ranked MatchType = 2
CustomGameLocal MatchType = 7
CustomGameOnline MatchType = 8
Unranked MatchType = 12
Standard MatchType = 12

Bomb GameMode = 327933806
SecureArea GameMode = 1983085217
Expand Down Expand Up @@ -187,6 +187,7 @@ const (
Maestro Operator = 104189662175
Clash Operator = 104189662280
Fenrir Operator = 288200867339
Ram Operator = 395943091136
)

// duplicated code here could be avoided by defining a generic function accepting any Number type.
Expand Down
4 changes: 2 additions & 2 deletions dissect/matchtype_string.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dissect/operator_roles.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 10 additions & 6 deletions dissect/operator_string.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dissect/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ const (
Y7S4 int = 7338571
Y8S1 int = 7408213
Y8S2 int = 7601998
Y8S3 int = 7762708
)

0 comments on commit 5e45ad8

Please sign in to comment.