From 40933e488134f0af25b94bb6d2afb4cec279677d Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Sat, 7 Sep 2024 10:55:39 +0200 Subject: [PATCH] style: Revert unrelated whitespace changes --- Northstar.CustomServers/mod/scripts/vscripts/mp/spawn.nut | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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