Skip to content

Commit

Permalink
oooooo super secret oooooooo
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSantiagoYT committed Nov 10, 2023
1 parent 3a73920 commit 8babdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/options/SuperSecretDebugMenu.hx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class SuperSecretDebugMenu extends BaseOptionsMenu
function doDaUpdate():Void {
if(ClientPrefs.checkForUpdates) {
trace('checking for update');
var http = new haxe.Http("https://raw.githubusercontent.com/JordanSantiagoYT/FNF-PsychEngine-NoBotplayLag/main/versionTest.downloadMe");
var http = new haxe.Http("https://raw.githubusercontent.com/JordanSantiagoYT/FNF-PsychEngine-NoBotplayLag/main/THECHANGELOG.md");
var returnedData:Array<String> = [];

http.onData = function (data:String)
Expand Down

0 comments on commit 8babdfa

Please sign in to comment.