Merge pull request #624 from prokube/patch-1
Fix the latest version checker to actually work
This commit is contained in:
commit
81050a8732
@ -310,8 +310,7 @@ class TitleState extends MusicBeatState
|
||||
{
|
||||
// Get current version of Kade Engine
|
||||
|
||||
//var http = new haxe.Http("https://raw.githubusercontent.com/KadeDev/Kade-Engine/master/version.downloadMe");
|
||||
var http = new haxe.Http("https://raw.githubusercontent.com/KadeDev/Kade-Engine/patchnotes/version.downloadMe");
|
||||
var http = new haxe.Http("https://raw.githubusercontent.com/KadeDev/Kade-Engine/master/version.downloadMe");
|
||||
var returnedData:Array<String> = [];
|
||||
|
||||
http.onData = function (data:String)
|
||||
|
Loading…
x
Reference in New Issue
Block a user