Endpoint changed to linode
This commit is contained in:
@@ -6,7 +6,7 @@ using UnityEngine.SceneManagement;
|
||||
|
||||
public class MaintainceChecker : MonoBehaviour
|
||||
{
|
||||
public static int version = 58;
|
||||
public static int version = 59;
|
||||
public static MaintainceChecker instance;
|
||||
public int checkInterval = 30;
|
||||
float t;
|
||||
|
||||
@@ -14,7 +14,8 @@ public class DBmanager : MonoBehaviour
|
||||
{
|
||||
static RankLevel[] rankLevels;
|
||||
static RankLevel[] RankLevels {get{if(rankLevels==null){return Resources.Load<RankLevels>("ScriptableObjects/RankLevels").levels;}else{return rankLevels;}}}
|
||||
public static string phpRoot = "vmi1005083.contaboserver.net/upf/";
|
||||
public static string phpRoot = "https://109-237-27-65.ip.linodeusercontent.com/upf/v2/";
|
||||
// public static string phpRoot = "vmi1005083.contaboserver.net/upf/";
|
||||
|
||||
public static string username = null;
|
||||
private static string displayName;
|
||||
|
||||
Reference in New Issue
Block a user