aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_lts.nut
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-12-11 22:28:45 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2021-12-11 22:28:45 +0000
commit30bc58c9ab1563a1dcbbb671db9ee446dc7df37d (patch)
tree9647ad6b78b055071808e0834e9a7f96858a7810 /Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_lts.nut
parent8cd6924c1112213442b755866a5b6811efae236c (diff)
downloadNorthstarMods-30bc58c9ab1563a1dcbbb671db9ee446dc7df37d.tar.gz
NorthstarMods-30bc58c9ab1563a1dcbbb671db9ee446dc7df37d.zip
more fixes
Diffstat (limited to 'Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_lts.nut')
-rw-r--r--Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_lts.nut2
1 files changed, 2 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_lts.nut b/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_lts.nut
index 89f9c991d..194db8a04 100644
--- a/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_lts.nut
+++ b/Northstar.CustomServers/mod/scripts/vscripts/gamemodes/_gamemode_lts.nut
@@ -46,6 +46,8 @@ void function WaitForThirtySecondsLeftThreaded()
// wait until 30sec left
wait ( endTime - 30 ) - Time()
+ PlayMusicToAll( eMusicPieceID.LEVEL_LAST_MINUTE )
+
foreach ( entity player in GetPlayerArray() )
{
// warn there's 30 seconds left