diff options
author | RoyalBlue1 <realEmail@veryRealURL.com> | 2022-08-01 15:46:24 +0200 |
---|---|---|
committer | RoyalBlue1 <realEmail@veryRealURL.com> | 2022-08-01 15:46:24 +0200 |
commit | 4fc690438d1881da522d3375b36651c7946b23e4 (patch) | |
tree | 9a62eedb0f195144f53727cbb8aa9fcdca757012 /Northstar.CustomServers/mod/scripts/vscripts/mp | |
parent | 4f41ac6644253561c640c5b815f921b992a846f3 (diff) | |
download | NorthstarMods-4fc690438d1881da522d3375b36651c7946b23e4.tar.gz NorthstarMods-4fc690438d1881da522d3375b36651c7946b23e4.zip |
Fix Homestead Respawn crash
position is still not correct but does not crash anymore
Diffstat (limited to 'Northstar.CustomServers/mod/scripts/vscripts/mp')
-rw-r--r-- | Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_homestead_fd.nut | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_homestead_fd.nut b/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_homestead_fd.nut index ca1b9907..dce818cb 100644 --- a/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_homestead_fd.nut +++ b/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_homestead_fd.nut @@ -3,7 +3,7 @@ void function initFrontierDefenseData() { shopPosition = < -800.156, -4250, -63 > shopAngles = < 9, 60, 0 > - FD_spawnPosition = < -579.003, -4134.65, -97.4739 > + FD_spawnPosition = < 576.47, -3946.24, -174.07> FD_spawnAngles = < 0, 60, 0 > int index = 1 |