Endpoint changed to linode
This commit is contained in:
parent
59812ed84e
commit
6734475565
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ PlayerSettings:
|
|||
16:10: 1
|
||||
16:9: 1
|
||||
Others: 1
|
||||
bundleVersion: 1.48
|
||||
bundleVersion: 1.50
|
||||
preloadedAssets: []
|
||||
metroInputSource: 0
|
||||
wsaTransparentSwapchain: 0
|
||||
|
|
@ -160,7 +160,7 @@ PlayerSettings:
|
|||
iPhone: 0
|
||||
tvOS: 0
|
||||
overrideDefaultApplicationIdentifier: 1
|
||||
AndroidBundleVersionCode: 58
|
||||
AndroidBundleVersionCode: 59
|
||||
AndroidMinSdkVersion: 22
|
||||
AndroidTargetSdkVersion: 33
|
||||
AndroidPreferredInstallLocation: 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user