Skip to content

Commit

Permalink
Use the same spawns for the map variants (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrawWagen authored Oct 17, 2024
1 parent b782efb commit 499dda0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/cfc_random_spawn/sv_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1500,6 +1500,8 @@ CFCRandomSpawn.Config.CUSTOM_SPAWNS["rp_nycity_day"] = {
},
}

CFCRandomSpawn.Config.CUSTOM_SPAWNS["rp_nycity"] = CFCRandomSpawn.Config.CUSTOM_SPAWNS["rp_nycity_day"]

CFCRandomSpawn.Config.CUSTOM_SPAWNS["rp_southside"] = {
spawnpoints = {
{ spawnPos = Vector( 6466, 4260, 224 ), spawnAngle = Angle( 0, -135, 0 ) },
Expand Down Expand Up @@ -1575,6 +1577,8 @@ CFCRandomSpawn.Config.CUSTOM_SPAWNS["rp_southside"] = {
},
}

CFCRandomSpawn.Config.CUSTOM_SPAWNS["rp_southside_day"] = CFCRandomSpawn.Config.CUSTOM_SPAWNS["rp_southside"]

CFCRandomSpawn.Config.CUSTOM_SPAWNS["gm_functional_flatgrass"] = {
spawnpoints = {
{ spawnPos = Vector( -1, 0, -12214 ), spawnAngle = Angle( 0, 0, 0 ) },
Expand Down

0 comments on commit 499dda0

Please # to comment.