From 3376ccef0ea9c8e755ddd1c26fc97b40935d5740 Mon Sep 17 00:00:00 2001 From: Torsten Widmann Date: Fri, 20 Nov 2020 15:01:21 +0100 Subject: [PATCH] Update for using Dotnet5 --- .../impostor_server/egg-among-us--impostor-server.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 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 b7b186c3..ad6bf7b7 100644 --- a/among_us/impostor_server/egg-among-us--impostor-server.json +++ b/among_us/impostor_server/egg-among-us--impostor-server.json @@ -3,11 +3,12 @@ "meta": { "version": "PTDL_v1" }, - "exported_at": "2020-10-23T15:17:46+02:00", + "exported_at": "2020-11-20T15:01:04+01:00", "name": "Among Us - Impostor Server", "author": "info@goover.de", "description": "Impostor is one of the first Among Us private servers, written in C#.\r\n\r\nThe latest version supported is 2020.9.22, both desktop and mobile.\r\n\r\nThere are no special features at this moment, the goal is aiming to be as close as possible to the real server, for now. In a later stage, making modifications to game logic by modifying GameData packets can be looked at.", - "image": "quay.io\/parkervcp\/pterodactyl-images:debian_dotnet", + "features": null, + "image": "quay.io\/parkervcp\/pterodactyl-images:debian_dotnet-5", "startup": ".\/Impostor.Server", "config": { "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}", @@ -51,4 +52,4 @@ "rules": "required|string|max:30" } ] -} +} \ No newline at end of file