From 3619a3dab9f9391b7ebc8232def80ad299471a8e Mon Sep 17 00:00:00 2001 From: Lyco Tatierra Date: Thu, 12 Nov 2020 21:11:39 +0800 Subject: [PATCH] Removed, Useless you can't connect to it if you change the Server IP. --- among_us/impostor_server/egg-among-us--impostor-server.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/among_us/impostor_server/egg-among-us--impostor-server.json b/among_us/impostor_server/egg-among-us--impostor-server.json index ac3d8327..b7b186c3 100644 --- a/among_us/impostor_server/egg-among-us--impostor-server.json +++ b/among_us/impostor_server/egg-among-us--impostor-server.json @@ -10,7 +10,7 @@ "image": "quay.io\/parkervcp\/pterodactyl-images:debian_dotnet", "startup": ".\/Impostor.Server", "config": { - "files": "{\r\n \"config.json\": {\r\n \"parser\": \"json\",\r\n \"find\": {\r\n \"Server.PublicIp\":\"{{server.build.env.SERVER_IP}}\",\r\n \"Server.PublicPort\": \"{{server.build.default.port}}\",\r\n \"Server.ListenPort\": \"{{server.build.default.port}}\"\r\n }\r\n }\r\n}", + "files": "{\r\n \"config.json\": {\r\n \"parser\": \"json\",\r\n \"find\": {\r\n \"Server.PublicPort\": \"{{server.build.default.port}}\",\r\n \"Server.ListenPort\": \"{{server.build.default.port}}\"\r\n }\r\n }\r\n}", "startup": "{\r\n \"done\": \"Matchmaker is listening on\",\r\n \"userInteraction\": []\r\n}", "logs": "{}", "stop": "^C" @@ -51,4 +51,4 @@ "rules": "required|string|max:30" } ] -} \ No newline at end of file +}