diff --git a/Northstar.CustomServers/mod/scripts/vscripts/mp/spawn.nut b/Northstar.CustomServers/mod/scripts/vscripts/mp/spawn.nut index 626117562..c47552b3e 100644 --- a/Northstar.CustomServers/mod/scripts/vscripts/mp/spawn.nut +++ b/Northstar.CustomServers/mod/scripts/vscripts/mp/spawn.nut @@ -602,9 +602,9 @@ int function SortPossibleZones( entity a, entity b ) { if ( mapSpawnZones[a].zoneRating > mapSpawnZones[b].zoneRating ) return -1 - + if ( mapSpawnZones[b].zoneRating > mapSpawnZones[a].zoneRating ) return 1 - + return 0 } \ No newline at end of file