Skip to content

Commit

Permalink
Merge pull request pelican-eggs#2174 from gOOvER/valheimfix
Browse files Browse the repository at this point in the history
valheim/fixed public Server variable
  • Loading branch information
QuintenQVD0 authored Mar 3, 2023
2 parents 885d651 + 3d64fb4 commit 497a92b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -63,7 +63,7 @@
{
"name": "Public Server",
"description": "",
"env_variable": "PUBLIC",
"env_variable": "PUBLIC_SERVER",
"default_value": "1",
"user_viewable": true,
"user_editable": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 497a92b

Please sign in to comment.