From 3d64fb4b80e096a4e64888719d81a005d55d02d3 Mon Sep 17 00:00:00 2001 From: gOOvER Date: Fri, 3 Mar 2023 16:16:28 +0100 Subject: [PATCH] fixed public Server variable --- .../valheim/valheim_bepinex/egg-valheim-bep-i-nex.json | 4 ++-- .../valheim/valheim_plus/egg-valheim-plus-mod.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/game_eggs/steamcmd_servers/valheim/valheim_bepinex/egg-valheim-bep-i-nex.json b/game_eggs/steamcmd_servers/valheim/valheim_bepinex/egg-valheim-bep-i-nex.json index da7b76cc..b2f3879f 100644 --- a/game_eggs/steamcmd_servers/valheim/valheim_bepinex/egg-valheim-bep-i-nex.json +++ b/game_eggs/steamcmd_servers/valheim/valheim_bepinex/egg-valheim-bep-i-nex.json @@ -4,7 +4,7 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2023-01-29T11:38:42+01:00", + "exported_at": "2023-03-03T16:16:01+01:00", "name": "Valheim BepINex", "author": "info@goover.de", "description": "A brutal exploration and survival game for 1-10 players, set in a procedurally-generated purgatory inspired by viking culture incl the Plugin Framework BepInEx", @@ -63,7 +63,7 @@ { "name": "Public Server", "description": "", - "env_variable": "PUBLIC", + "env_variable": "PUBLIC_SERVER", "default_value": "1", "user_viewable": true, "user_editable": true, diff --git a/game_eggs/steamcmd_servers/valheim/valheim_plus/egg-valheim-plus-mod.json b/game_eggs/steamcmd_servers/valheim/valheim_plus/egg-valheim-plus-mod.json index 5015436d..82968fc1 100644 --- a/game_eggs/steamcmd_servers/valheim/valheim_plus/egg-valheim-plus-mod.json +++ b/game_eggs/steamcmd_servers/valheim/valheim_plus/egg-valheim-plus-mod.json @@ -4,7 +4,7 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2023-01-15T11:43:15+01:00", + "exported_at": "2023-03-03T16:15:23+01:00", "name": "Valheim Plus Mod", "author": "info@goover.de", "description": "A brutal exploration and survival game for 1-10 players, set in a procedurally-generated purgatory inspired by viking culture.", @@ -63,7 +63,7 @@ { "name": "Public Server", "description": "Public visibility of your server. Set it to false to make the server invisible and only joinable via the 'Join IP'-button.", - "env_variable": "PUBLIC", + "env_variable": "PUBLIC_SERVER", "default_value": "1", "user_viewable": true, "user_editable": true,