Skip to content

Commit

Permalink
fix: ensure EULA is capitalised
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhobson authored Apr 13, 2024
1 parent 8793614 commit 449c36c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Sergen.Core/GameServers/minecraft.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"25565": "tcp"
},
"environmentalVariables": {
"EULA": "True",
"EULA": "TRUE",
"FORCE_REDOWNLOAD": "True"
},
"binds": [
"/data"
]
}
}

0 comments on commit 449c36c

Please sign in to comment.