aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod/scripts/vscripts/mp/_gamestate_mp.nut
diff options
context:
space:
mode:
authorRoyalBlue <11448698+RoyalBlue1@users.noreply.github.com>2023-10-15 02:09:29 +0200
committerRoyalBlue <11448698+RoyalBlue1@users.noreply.github.com>2023-10-15 02:09:29 +0200
commitad70253601a77844347d8aa1989ae5ab4fb4217c (patch)
tree336778ee63ed5bd82a0245dda2eedd8c99e47e83 /Northstar.CustomServers/mod/scripts/vscripts/mp/_gamestate_mp.nut
parent9c13170e72f04050055695c25bc3b0a807d400e3 (diff)
parenta7d40aac072c6725548c2ba6d6a9ab649191594f (diff)
downloadNorthstarMods-ad70253601a77844347d8aa1989ae5ab4fb4217c.tar.gz
NorthstarMods-ad70253601a77844347d8aa1989ae5ab4fb4217c.zip
Merge remote-tracking branch 'upsteam/main' into gamemode_fd
Diffstat (limited to 'Northstar.CustomServers/mod/scripts/vscripts/mp/_gamestate_mp.nut')
-rw-r--r--Northstar.CustomServers/mod/scripts/vscripts/mp/_gamestate_mp.nut2
1 files changed, 2 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/mp/_gamestate_mp.nut b/Northstar.CustomServers/mod/scripts/vscripts/mp/_gamestate_mp.nut
index 46b39ebc..3426cec5 100644
--- a/Northstar.CustomServers/mod/scripts/vscripts/mp/_gamestate_mp.nut
+++ b/Northstar.CustomServers/mod/scripts/vscripts/mp/_gamestate_mp.nut
@@ -800,6 +800,8 @@ void function SetWinner( int team, string winningReason = "", string losingReaso
}
else
SetGameState( eGameState.WinnerDetermined )
+
+ ScoreEvent_MatchComplete( team )
}
}