Skip to content

Commit

Permalink
-update: version number
Browse files Browse the repository at this point in the history
Also a small update to handle a delete config file
  • Loading branch information
ZeromusXYZ committed May 24, 2020
1 parent 9ac7c3d commit 6fe8ab5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions AAEmu.Launcher/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,8 @@ private void LauncherForm_Load(object sender, EventArgs e)
nextServerCheck = -1;
Application.UseWaitCursor = false;
}

UpdatePanelLabels();
}

private bool LoadClientLookup()
Expand Down Expand Up @@ -1181,6 +1183,7 @@ private bool LoadSettingsFromString(string configDataString, string hostName)

private void UpdatePanelLabels()
{
lLoadedConfig.Text = Setting.ConfigName;
lGamePath.Text = Setting.PathToGame;
eServerIP.Text = Setting.ServerIpAddress;

Expand Down
12 changes: 6 additions & 6 deletions AAEmu.Launcher/aaemu.info.aelcf
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"configName": "AAEmu.info V1.2 Public Test Server",
"configName": "AAEmu V1.2 Public Test Server",
"lang": "en_us",
"launcherLang": "en_us",
"pathToGame": "",
"serverIPAddress": "23.95.226.188",
"saveLoginAndPassword": "True",
"skipIntro": "False",
"hideSplashLogo": "False",
"saveLoginAndPassword": true,
"skipIntro": false,
"hideSplashLogo": false,
"lastLoginUser": "",
"lastLoginPass": "",
"loginType": "trino_1_2",
"updateLocale": "True",
"allowGameUpdates": "False",
"updateLocale": true,
"allowGameUpdates": false,
"serverGameUpdateURL": "",
"serverWebsiteURL": "",
"serverNewsFeedURL": "",
Expand Down
2 changes: 1 addition & 1 deletion update.ver
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version;0.4.7.2
version;0.5
url;https://github.com/ZeromusXYZ/AAEmu-Launcher/releases

0 comments on commit 6fe8ab5

Please sign in to comment.