Skip to content

Commit

Permalink
member version from int to byte
Browse files Browse the repository at this point in the history
  • Loading branch information
sancar committed Jan 20, 2020
1 parent 86a8ef4 commit 014c929
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions protocol-definitions/custom/Custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -768,15 +768,15 @@ customTypes:
since: 2.0
params:
- name: major
type: int
type: byte
nullable: false
since: 2.0
- name: minor
type: int
type: byte
nullable: false
since: 2.0
- name: patch
type: int
type: byte
nullable: false
since: 2.0
- name: MCEvent
Expand Down

0 comments on commit 014c929

Please sign in to comment.