1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-06 23:57:07 +02:00

Merge pull request #2174 from gOOvER/valheimfix

valheim/fixed public Server variable
This commit is contained in:
Quinten 2023-03-03 16:46:11 +01:00 committed by GitHub
commit 497a92bd0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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,

View File

@ -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,