Skip to content

Commit

Permalink
Remove SetShouldCreateMinimapSpawnZones() from _gamemode_ps.nut (#…
Browse files Browse the repository at this point in the history
…861)

Function is not necessary anymore, the reworked spawning logic at #829 uses playlistvars to control spawnzones creation on minimap.
  • Loading branch information
Zanieon authored Sep 2, 2024
1 parent 34e5b52 commit 23abddd
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ void function GamemodePs_Init()
ScoreEvent_SetupEarnMeterValuesForMixedModes()
SetTimeoutWinnerDecisionFunc( CheckScoreForDraw )
SetupGenericFFAChallenge()

// spawnzone stuff
SetShouldCreateMinimapSpawnZones( true )

//AddCallback_OnPlayerKilled( CheckSpawnzoneSuspiciousDeaths )
//AddSpawnCallbackEditorClass( "trigger_multiple", "trigger_mp_spawn_zone", SpawnzoneTriggerInit )

file.militiaPreviousSpawnZones = [ null, null, null ]
file.imcPreviousSpawnZones = [ null, null, null ]
Expand Down

0 comments on commit 23abddd

Please sign in to comment.