diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-07-12 14:51:43 +0100 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2021-07-12 14:51:43 +0100 |
commit | ba41749cc6a6693f11a7f1c7535ff758a461a424 (patch) | |
tree | 945786de1feff62180ea7c451c09482a3af823ac /Northstar.Client | |
parent | 07b7eafd5c1845c70510b695446c23973fed1d4d (diff) | |
download | NorthstarMods-ba41749cc6a6693f11a7f1c7535ff758a461a424.tar.gz NorthstarMods-ba41749cc6a6693f11a7f1c7535ff758a461a424.zip |
add hardpoint, infection changes, fra changes
Diffstat (limited to 'Northstar.Client')
-rw-r--r-- | Northstar.Client/scripts/vscripts/ui/panel_mainmenu.nut | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Northstar.Client/scripts/vscripts/ui/panel_mainmenu.nut b/Northstar.Client/scripts/vscripts/ui/panel_mainmenu.nut index 49c71bc5..f68c9c12 100644 --- a/Northstar.Client/scripts/vscripts/ui/panel_mainmenu.nut +++ b/Northstar.Client/scripts/vscripts/ui/panel_mainmenu.nut @@ -506,6 +506,7 @@ void function OnPlayFDButton_Activate( var button ) // repurposed for launching //thread file.mpButtonActivateFunc() ClientCommand( "everything_unlocked 1" ) // todo super temp, need this removed when server autoexecs are good + ClientCommand( "setplaylist tdm" ) ClientCommand( "map mp_lobby" ) } } |