aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod
diff options
context:
space:
mode:
authorRoyalBlue1 <malte.hoermeyer@web.de>2022-07-16 01:00:06 +0200
committerRoyalBlue1 <malte.hoermeyer@web.de>2022-07-16 01:00:06 +0200
commit69976de61288fc2a83d531c1ccfd90801f884998 (patch)
tree058fe28b5d4655e766577807186f8133175b0269 /Northstar.CustomServers/mod
parent7b166b56af07e3c15243fccfcc3aced991c73c08 (diff)
downloadNorthstarMods-69976de61288fc2a83d531c1ccfd90801f884998.tar.gz
NorthstarMods-69976de61288fc2a83d531c1ccfd90801f884998.zip
Add missing bracket in mp_rise_fd
Diffstat (limited to 'Northstar.CustomServers/mod')
-rw-r--r--Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_rise_fd.nut4
1 files changed, 3 insertions, 1 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_rise_fd.nut b/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_rise_fd.nut
index f1061a83..c3fe53db 100644
--- a/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_rise_fd.nut
+++ b/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_rise_fd.nut
@@ -610,4 +610,6 @@ void function initFrontierDefenseData()
wave5.append(CreateNukeTitanEvent(< 2646.219971 , -114.280998 , 234.438004 >,< 0.000000 , 180.000000 , 0.000000 >,"",index++))
wave5.append(CreateWaitForTimeEvent(1.4000244,index++))
wave5.append(CreateNukeTitanEvent(< 1700.469971 , 1538.439941 , 21.031300 >,< 0.000000 , 180.000000 , 0.000000 >,"",0))
- waveEvents.append(wave5) \ No newline at end of file
+ waveEvents.append(wave5)
+
+} \ No newline at end of file