From 7a7fde7424245b52bbf1600d129be53c043c5245 Mon Sep 17 00:00:00 2001 From: KungRaseri Date: Tue, 10 Nov 2020 11:59:16 -0700 Subject: [PATCH] Update egg-onset.json Added startup parameter `noinput`. This should fix the issue where the server stops due to a `std::runtime_error`. --- steamcmd_servers/onset/egg-onset.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/steamcmd_servers/onset/egg-onset.json b/steamcmd_servers/onset/egg-onset.json index 923fc507..5bdd099a 100644 --- a/steamcmd_servers/onset/egg-onset.json +++ b/steamcmd_servers/onset/egg-onset.json @@ -8,7 +8,7 @@ "author": "parker@parkervcp.com", "description": "Onset is an open world multiplayer sandbox without predefined goals. Create and host your very own experience in Onset using scripting functions. Whether that is Roleplay, Cops and Robbers or classic Freeroam. Or just enjoy the different gamemodes created by other players.", "image": "quay.io\/parkervcp\/pterodactyl-images:ubuntu_source", - "startup": ".\/OnsetServer", + "startup": ".\/OnsetServer --noinput", "config": { "files": "{\r\n \"server_config.json\": {\r\n \"parser\": \"json\",\r\n \"find\": {\r\n \"ipaddress\": \"0.0.0.0\",\r\n \"port\": \"{{server.build.default.port}}\",\r\n \"servername\": \"{{server.build.env.SERVER_NAME}}\",\r\n \"password\":\"{{server.build.env.SERVER_PASSWORD}}\"\r\n }\r\n }\r\n}", "startup": "{\r\n \"done\": \"Entering simulation\",\r\n \"userInteraction\": []\r\n}", @@ -51,4 +51,4 @@ "rules": "required|string|max:20" } ] -} \ No newline at end of file +}