Skip to content

Commit

Permalink
style: Revert unrelated whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Sep 7, 2024
1 parent fbc8a5d commit 40933e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Northstar.CustomServers/mod/scripts/vscripts/mp/spawn.nut
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 40933e4

Please sign in to comment.