From 34ad47b9ac83ba4c7fb808a484a8c7b32b973e45 Mon Sep 17 00:00:00 2001 From: chasx003 <4624854+chasx003@users.noreply.github.com> Date: Thu, 9 May 2019 19:51:18 -0500 Subject: [PATCH] fix author --- source_servers/killingfloor2/egg-killing-floor2.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source_servers/killingfloor2/egg-killing-floor2.json b/source_servers/killingfloor2/egg-killing-floor2.json index 9db88648..81232744 100644 --- a/source_servers/killingfloor2/egg-killing-floor2.json +++ b/source_servers/killingfloor2/egg-killing-floor2.json @@ -5,7 +5,7 @@ }, "exported_at": "2019-05-04T21:31:28-05:00", "name": "Killing Floor 2", - "author": "chazx", + "author": "trey@chazx.cc", "description": "Killing Floor 2 Egg\r\n\r\n2 IPs required , 1 optional (for web admin interface), can use the web interface to set other options, or edit ini's in KFGame\/Config\/", "image": "quay.io\/pterodactyl\/core:source", "startup": ".\/Binaries\/Win64\/KFGameSteamServer.bin.x86_64 kf-bioticslab?AdminName={{WEB_ADMIN_NAME}}?AdminPassword={{WEB_ADMIN_PASSWORD}}?Difficulty={{GAME_DIFFICULTY}}?MaxPlayers={{MAX_PLAYERS}} -Port={{SERVER_PORT}} -WebAdminPort={{WEB_ADMIN_PORT}} -QueryPort={{STEAM_QUERY_PORT}}", @@ -87,4 +87,4 @@ "rules": "nullable|string|max:20" } ] -} \ No newline at end of file +}