diff options
author | Maya <malte.hoermeyer@web.de> | 2022-07-24 19:53:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-24 19:53:10 +0200 |
commit | d420367d429e6a4f21d4b7661ac4a19ac1c3420b (patch) | |
tree | d9a9ab73ed736b5276932d87276fbe735a9864c7 /Northstar.CustomServers/mod/scripts/vscripts/mp/levels/mp_homestead.nut | |
parent | 14ee2ce0a4fcee0e9f2afce87936016cd8b72568 (diff) | |
download | NorthstarMods-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.nut | 6 |
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 |