diff options
author | RoyalBlue <11448698+RoyalBlue1@users.noreply.github.com> | 2023-10-15 02:09:29 +0200 |
---|---|---|
committer | RoyalBlue <11448698+RoyalBlue1@users.noreply.github.com> | 2023-10-15 02:09:29 +0200 |
commit | ad70253601a77844347d8aa1989ae5ab4fb4217c (patch) | |
tree | 336778ee63ed5bd82a0245dda2eedd8c99e47e83 /Northstar.CustomServers/mod/scripts/vscripts/mp/_gamestate_mp.nut | |
parent | 9c13170e72f04050055695c25bc3b0a807d400e3 (diff) | |
parent | a7d40aac072c6725548c2ba6d6a9ab649191594f (diff) | |
download | NorthstarMods-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.nut | 2 |
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 ) } } |