aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_homestead.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_homestead.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_homestead.nut')
-rw-r--r--Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_homestead.nut6
1 files changed, 2 insertions, 4 deletions
diff --git a/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_homestead.nut b/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_homestead.nut
index 03701458..e6eb493d 100644
--- a/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_homestead.nut
+++ b/Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_homestead.nut
@@ -3,8 +3,6 @@ global function CodeCallback_MapInit
void function CodeCallback_MapInit()
{
// Load Frontier Defense Data
-
- print(GameRules_GetGameMode())
- if(GameRules_GetGameMode()=="fd")
- initFrontierDefenseData()
+ if( GameRules_GetGameMode() == "fd" )
+ initFrontierDefenseData()
} \ No newline at end of file