Skip to content
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.

Commit

Permalink
Autosave profile before server launch.
Browse files Browse the repository at this point in the history
Autosave profile before server launch.
  • Loading branch information
alec-hs committed Apr 3, 2018
1 parent 0317925 commit 312feb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Flax's-Arma-Server-Tool/NewServerTab.vb
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ Public Class NewServerTab
Private Sub LaunchServer_Click(sender As Object, e As EventArgs) Handles launchServerButton.Click

If ReadyToLaunch(profileNameBox.Text) Then
SaveProfile()
LaunchServer()
Else
MsgBox("Please make sure all fields are filled in and the profile is saved.")
Expand Down

0 comments on commit 312feb3

Please sign in to comment.