From f7e7866b87e1802055e3d27b8509d7978f4bf976 Mon Sep 17 00:00:00 2001 From: Greelan <53196309+Greelan@users.noreply.github.com> Date: Fri, 18 Feb 2022 10:18:44 +1100 Subject: [PATCH] Fix steam connect URL format --- unturned.kvp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unturned.kvp b/unturned.kvp index e9b463d..bddf2ff 100644 --- a/unturned.kvp +++ b/unturned.kvp @@ -4,7 +4,7 @@ Meta.OS=Windows, Linux Meta.Author=Greelan Meta.URL=https://smartlydressedgames.com/#unturned Meta.DisplayImageSource=url:https://cdn.cloudflare.steamstatic.com/steam/apps/304930/library_hero.jpg?t=1613683705 -Meta.EndpointURIFormat=steam://connect/{ip}/{GenericModule.App.ApplicationPort1} +Meta.EndpointURIFormat=steam://connect/{ip}:{GenericModule.App.ApplicationPort1} Meta.ConfigManifest=unturnedconfig.json Meta.MetaConfigManifest=unturnedmetaconfig.json Meta.ConfigRoot=unturned.kvp @@ -69,4 +69,4 @@ Limits.SleepMode=True Limits.SleepOnStart=False Limits.SleepDelayMinutes=5 Limits.DozeDelay=2 -Limits.AutoRetryCount=5 \ No newline at end of file +Limits.AutoRetryCount=5