added new url

This commit is contained in:
Michael Hart 2018-05-11 13:54:30 -07:00 committed by GitHub
parent d83b593eb9
commit 56ab0c92a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ public static class GlobalVars
public static string Name = "Player";
public static int UserID = 0;
public static bool ReadyToLaunch = false;
public static string JoinLink = "http://or06.000webhostapp.com/functions.php";
public static string JoinLink = "http://o06.000webhostapp.com/functions";
public static string ClientMD5 = "BA8B6DEE0BFD27D2D716F4122F8D6C6E";
}