Skip to content

Commit

Permalink
fix string gamemode
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickid2018 committed Aug 6, 2023
1 parent b7ca51d commit eb8f849
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions strings/strings_je.json
Original file line number Diff line number Diff line change
Expand Up @@ -778,11 +778,17 @@
},
"gamemode": {
"name": "Game Mode",
"type": "u8"
"type": [
"u8",
"i8"
]
},
"previous_gamemode": {
"name": "Previous Game Mode",
"type": "i8"
"type": [
"u8",
"i8"
]
},
"dimension_codec": {
"name": "Dimension Codec",
Expand Down

0 comments on commit eb8f849

Please sign in to comment.