ok but like why

This commit is contained in:
Prokube 2021-05-29 16:36:46 -07:00 committed by GitHub
parent 990c59aa98
commit e456c34ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -310,8 +310,7 @@ class TitleState extends MusicBeatState
{ {
// Get current version of Kade Engine // 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/master/version.downloadMe");
var http = new haxe.Http("https://raw.githubusercontent.com/KadeDev/Kade-Engine/patchnotes/version.downloadMe");
var returnedData:Array<String> = []; var returnedData:Array<String> = [];
http.onData = function (data:String) http.onData = function (data:String)