Just some fun xD lol the previous commit is a huge troll.

This commit is contained in:
jianmingyong 2017-02-13 21:01:09 +08:00
parent e311d7b378
commit 1b5ed958d5
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ Public Class MainMenuScreen
Dim client As New WebClient
client.CachePolicy = New RequestCachePolicy(RequestCacheLevel.BypassCache)
Dim version As String = client.DownloadString("https://raw.githubusercontent.com/P3D-Legacy/P3D-Legacy/master/2.5DHero/2.5DHero/CurrentVersion.dat")
If version <> "0.54.2" Then
If version <> "0.54.1" Then
If MsgBox("New version detected." & vbNewLine & "Current Version: Indev 0.54.1" & vbNewLine & "Newest Version: Indev " & version & vbNewLine & vbNewLine & "Would you like to update the game?", MsgBoxStyle.YesNo, "Game Update") = MsgBoxResult.Yes Then
Process.Start("https://p3d-legacy.github.io/P3D-Legacy-Launcher/latestRelease")
Core.GameInstance.Exit()