Skip to content

Commit

Permalink
Update egg-m-c-xbox-broadcast.json (#58)
Browse files Browse the repository at this point in the history
Fixed a problem in which different messages at startup did not result in a judgment that the startup was successful.
  • Loading branch information
Zaemong committed Dec 5, 2023
1 parent 8fe90af commit 4dd3af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions egg-m-c-xbox-broadcast.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar {{SERVER_JARFILE}}",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"Created session!\"\r\n}",
"startup": "{\r\n \"done\": \"Creation of Xbox LIVE session was successful!\"\r\n}",
"logs": "{}",
"stop": "exit"
},
Expand All @@ -39,4 +39,4 @@
"field_type": "text"
}
]
}
}

0 comments on commit 4dd3af6

Please sign in to comment.