Skip to content

Commit

Permalink
Rock style 4 Artist name typo fix (#51)
Browse files Browse the repository at this point in the history
Fix small typo in artist name.
  • Loading branch information
karst authored Jan 1, 2024
1 parent a6f4f55 commit ef98ccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alternative/openrct2.music.rock4/object.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"id": "openrct2.music.rock4",
"sourceGame": "official",
"authors": ["Blackend Blue"],
"authors": ["Blackened Blue"],
"version": "1.0",
"objectType": "music",
"properties": {
"tracks": [
{
"source": "music/0.flac",
"name": "Rush",
"composer": "Blackend Blue"
"composer": "Blackened Blue"
}
]
},
Expand Down

0 comments on commit ef98ccf

Please sign in to comment.