[CustomSpawnPoint] Fixes for 2025r180

This commit is contained in:
NotAKidoS 2025-08-19 23:47:06 -05:00
parent 1a591749c6
commit 7deddd88ea
3 changed files with 14 additions and 14 deletions

View file

@ -1,9 +1,9 @@
{
"_id": 228,
"name": "CustomSpawnPoint",
"modversion": "1.0.2",
"gameversion": "2025r179",
"loaderversion": "0.6.1",
"modversion": "1.0.3",
"gameversion": "2025r180",
"loaderversion": "0.7.2",
"modtype": "Mod",
"author": "NotAKidoS",
"description": "Replaces the unused Images button in the World Details page with a button to set a custom spawn point.",
@ -17,8 +17,8 @@
"requirements": [
"None"
],
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r46/CustomSpawnPoint.dll",
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r47/CustomSpawnPoint.dll",
"sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/CustomSpawnPoint/",
"changelog": "- Recompiled for 2025r179",
"changelog": "- Fixes for 2025r180",
"embedcolor": "#f61963"
}