From 165c32249088ab3e5428bfae90008ad1b1410ee6 Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Fri, 31 May 2024 19:48:06 +0200 Subject: [PATCH] Remove some startup params --- soulmask/egg-soulmask.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soulmask/egg-soulmask.json b/soulmask/egg-soulmask.json index 62caad7e..7da12be8 100644 --- a/soulmask/egg-soulmask.json +++ b/soulmask/egg-soulmask.json @@ -4,7 +4,7 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2024-05-31T17:54:24+02:00", + "exported_at": "2024-05-31T19:46:26+02:00", "name": "Soulmask", "author": "josdekurk@gmail.com", "description": "Escaping a deadly sacrificial ritual, you find an ancient mystical mask on your journey. This mask holds potent knowledge, changing the world you knew. Face the harsh challenges of nature, survive, rally followers, and build your own tribe. Explore and unveil the truths behind the enigmatic mask.", @@ -13,7 +13,7 @@ "SteamCMD": "ghcr.io\/parkervcp\/steamcmd:debian" }, "file_denylist": [], - "startup": "\/home\/container\/WS\/Binaries\/Linux\/WSServer-Linux-Shipping WS Level01_Main -server -SLIENT -SteamServerName=\"{{SERVER_NAME}}\" -saving={{SAVE_TIME}} -Port={{SERVER_PORT}} -QueryPort={{QUERY_PORT}} -EchoPort={{ECHO_PORT}} -online=Steam -forcepassthrough -adminpsw={{ADMIN_PASSWORD}} -PSW={{SERVER_PASSWORD}} -MaxPlayers={{MAX_PLAYERS}} -backup={{BACKUP_TIME}} -log -UTF8Output -MULTIHOME=0.0.0.0", + "startup": "\/home\/container\/WS\/Binaries\/Linux\/WSServer-Linux-Shipping WS Level01_Main -server -SteamServerName=\"{{SERVER_NAME}}\" -saving={{SAVE_TIME}} -Port={{SERVER_PORT}} -QueryPort={{QUERY_PORT}} -EchoPort={{ECHO_PORT}} -forcepassthrough -adminpsw={{ADMIN_PASSWORD}} -PSW={{SERVER_PASSWORD}} -MaxPlayers={{MAX_PLAYERS}} -backup={{BACKUP_TIME}} -log -UTF8Output -MULTIHOME=0.0.0.0", "config": { "files": "{}", "startup": "{\r\n \"done\": \"Create Dungeon Successed\"\r\n}",