mirror of
https://github.com/R2Northstar/NorthstarMods
synced 2026-08-25 12:29:17 -04:00
Remove SetShouldCreateMinimapSpawnZones() from _gamemode_ps.nut (#861)
Function is not necessary anymore, the reworked spawning logic at #829 uses playlistvars to control spawnzones creation on minimap.
This commit is contained in:
parent
34e5b52282
commit
23abddd701
1 changed files with 0 additions and 6 deletions
|
|
@ -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 ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue