From c2d7b22d67a76ebacb4b1c80452a693c56c0ab21 Mon Sep 17 00:00:00 2001 From: Barichello Date: Sun, 20 Feb 2022 00:57:44 -0300 Subject: Update hardpoint pilot cap strength --- Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_cp.nut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Northstar.CustomServers') diff --git a/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_cp.nut b/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_cp.nut index 06b99cd77..74e6b58c5 100644 --- a/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_cp.nut +++ b/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_cp.nut @@ -400,7 +400,7 @@ void function SetCapperAmount( table > capStrength, arra { capStrength[p.GetTeam()]["titans"] += 1 } - else + else if ( p.IsPlayer() ) { capStrength[p.GetTeam()]["pilots"] += 1 } -- cgit v1.2.3