mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-22 12:12:53 +08:00
Fixed invalid worldnames for Stationeers eggs (#2857)
fixes #2711 (Stationeers Server process doesn't start listening on designated ports)
This commit is contained in:
parent
c241ea3937
commit
bb17ce2724
@ -4,7 +4,7 @@
|
|||||||
"version": "PTDL_v2",
|
"version": "PTDL_v2",
|
||||||
"update_url": null
|
"update_url": null
|
||||||
},
|
},
|
||||||
"exported_at": "2023-10-28T19:39:03+02:00",
|
"exported_at": "2024-04-05T01:20:18+02:00",
|
||||||
"name": "Stationeers (BepInEx)",
|
"name": "Stationeers (BepInEx)",
|
||||||
"author": "eggs@goover.dev",
|
"author": "eggs@goover.dev",
|
||||||
"description": "Stationeers Server with very basic BepInEx support",
|
"description": "Stationeers Server with very basic BepInEx support",
|
||||||
@ -42,12 +42,12 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "World Name",
|
"name": "World Name",
|
||||||
"description": "Available Maps: moon, mars, europa, europa2, mimas, vulcan, vulcan2, space, loulan, venus",
|
"description": "Available Maps: Moon, Mars, Europa, Europa2, Mimas, Vulcan, Vulcan2, Space, Loulan, Venus",
|
||||||
"env_variable": "WORLD_NAME",
|
"env_variable": "WORLD_NAME",
|
||||||
"default_value": "moon",
|
"default_value": "moon",
|
||||||
"user_viewable": true,
|
"user_viewable": true,
|
||||||
"user_editable": true,
|
"user_editable": true,
|
||||||
"rules": "nullable|string|in:,moon,mars,europa,europa2,mimas,vulcan,vulcan2,space,loulan,venus",
|
"rules": "nullable|string|in:,Moon,Mars,Europa,Europa2,Mimas,Vulcan,Vulcan2,Space,Loulan,Venus",
|
||||||
"field_type": "text"
|
"field_type": "text"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"version": "PTDL_v2",
|
"version": "PTDL_v2",
|
||||||
"update_url": null
|
"update_url": null
|
||||||
},
|
},
|
||||||
"exported_at": "2022-12-30T11:39:51+01:00",
|
"exported_at": "2024-04-05T01:19:24+02:00",
|
||||||
"name": "Stationeers",
|
"name": "Stationeers",
|
||||||
"author": "eggs@goover.dev",
|
"author": "eggs@goover.dev",
|
||||||
"description": "Stationeers Server",
|
"description": "Stationeers Server",
|
||||||
@ -42,12 +42,12 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "World Name",
|
"name": "World Name",
|
||||||
"description": "Available Maps: moon, mars, europa, europa2, mimas, vulcan, vulcan2, space, loulan, venus",
|
"description": "Available Maps: Moon, Mars, Europa, Europa2, Mimas, Vulcan, Vulcan2, Space, Loulan, Venus",
|
||||||
"env_variable": "WORLD_NAME",
|
"env_variable": "WORLD_NAME",
|
||||||
"default_value": "moon",
|
"default_value": "moon",
|
||||||
"user_viewable": true,
|
"user_viewable": true,
|
||||||
"user_editable": true,
|
"user_editable": true,
|
||||||
"rules": "nullable|string|in:,moon,mars,europa,europa2,mimas,vulcan,vulcan2,space,loulan,venus",
|
"rules": "nullable|string|in:,Moon,Mars,Europa,Europa2,Mimas,Vulcan,Vulcan2,Space,Loulan,Venus",
|
||||||
"field_type": "text"
|
"field_type": "text"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -151,4 +151,4 @@
|
|||||||
"field_type": "text"
|
"field_type": "text"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user