This commit is contained in:
Puyo
2021-05-14 09:47:09 +02:00
committed by GitHub
parent 582d0e41d8
commit 2b41e5f06d

View File

@ -309,7 +309,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/theDetourist/Kade-Engine/patchnotes/version.downloadMe");
var http = new haxe.Http("https://raw.githubusercontent.com/KadeDev/Kade-Engine/patchnotes/version.downloadMe");
var returnedData:Array<String> = [];
http.onData = function (data:String)