Just some fun xD lol the previous commit is a huge troll.
This commit is contained in:
parent
e311d7b378
commit
1b5ed958d5
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue