From 4dd3af6243e417c7a0a1a7adb20278a62207acec Mon Sep 17 00:00:00 2001 From: Zaemon <79342128+ZaemonGames@users.noreply.github.com> Date: Wed, 6 Dec 2023 05:51:27 +0900 Subject: [PATCH] Update egg-m-c-xbox-broadcast.json (#58) Fixed a problem in which different messages at startup did not result in a judgment that the startup was successful. --- egg-m-c-xbox-broadcast.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/egg-m-c-xbox-broadcast.json b/egg-m-c-xbox-broadcast.json index 9ba0db8..d15fbb5 100644 --- a/egg-m-c-xbox-broadcast.json +++ b/egg-m-c-xbox-broadcast.json @@ -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" }, @@ -39,4 +39,4 @@ "field_type": "text" } ] -} \ No newline at end of file +}