mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-23 04:52:52 +08:00
Merge pull request #2174 from gOOvER/valheimfix
valheim/fixed public Server variable
This commit is contained in:
commit
497a92bd0c
@ -4,7 +4,7 @@
|
|||||||
"version": "PTDL_v2",
|
"version": "PTDL_v2",
|
||||||
"update_url": null
|
"update_url": null
|
||||||
},
|
},
|
||||||
"exported_at": "2023-01-29T11:38:42+01:00",
|
"exported_at": "2023-03-03T16:16:01+01:00",
|
||||||
"name": "Valheim BepINex",
|
"name": "Valheim BepINex",
|
||||||
"author": "info@goover.de",
|
"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",
|
"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",
|
"name": "Public Server",
|
||||||
"description": "",
|
"description": "",
|
||||||
"env_variable": "PUBLIC",
|
"env_variable": "PUBLIC_SERVER",
|
||||||
"default_value": "1",
|
"default_value": "1",
|
||||||
"user_viewable": true,
|
"user_viewable": true,
|
||||||
"user_editable": true,
|
"user_editable": true,
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"version": "PTDL_v2",
|
"version": "PTDL_v2",
|
||||||
"update_url": null
|
"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",
|
"name": "Valheim Plus Mod",
|
||||||
"author": "info@goover.de",
|
"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.",
|
"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",
|
"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.",
|
"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",
|
"default_value": "1",
|
||||||
"user_viewable": true,
|
"user_viewable": true,
|
||||||
"user_editable": true,
|
"user_editable": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user