From e456c34ae6ddeccff1fd81dfd8a8234e3eec0790 Mon Sep 17 00:00:00 2001 From: Prokube <68293280+prokube@users.noreply.github.com> Date: Sat, 29 May 2021 16:36:46 -0700 Subject: [PATCH] ok but like why --- source/TitleState.hx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/TitleState.hx b/source/TitleState.hx index 3bf0d80..8b5a281 100644 --- a/source/TitleState.hx +++ b/source/TitleState.hx @@ -309,9 +309,8 @@ class TitleState extends MusicBeatState new FlxTimer().start(2, function(tmr:FlxTimer) { // 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 = []; http.onData = function (data:String)