aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_wargames.nut
diff options
context:
space:
mode:
authorMaya <malte.hoermeyer@web.de>2022-07-24 19:53:10 +0200
committerGitHub <noreply@github.com>2022-07-24 19:53:10 +0200
commitd420367d429e6a4f21d4b7661ac4a19ac1c3420b (patch)
treed9a9ab73ed736b5276932d87276fbe735a9864c7 /Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_wargames.nut
parent14ee2ce0a4fcee0e9f2afce87936016cd8b72568 (diff)
downloadNorthstarMods-d420367d429e6a4f21d4b7661ac4a19ac1c3420b.tar.gz
NorthstarMods-d420367d429e6a4f21d4b7661ac4a19ac1c3420b.zip
[FD]Formatting Frontier Defense Gamemode Files (#439)
* Formatting Frontier Defense Gamemode Files Co-authored-by: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> Co-authored-by: x3Karma <juliuslimck@gmail.com>
Diffstat (limited to 'Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_wargames.nut')
-rw-r--r--Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_wargames.nut4
1 files changed, 2 insertions, 2 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_wargames.nut b/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_wargames.nut
index d19d88ee..bb03f1f5 100644
--- a/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_wargames.nut
+++ b/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_wargames.nut
@@ -31,8 +31,8 @@ void function CodeCallback_MapInit()
ClassicMP_SetLevelIntro( WargamesIntroSetup, 20.0 )
// Load Frontier Defense Data
- if(GameRules_GetGameMode()=="fd")
- initFrontierDefenseData()
+ if( GameRules_GetGameMode() == "fd" )
+ initFrontierDefenseData()
}