Endpoint changed to linode
This commit is contained in:
@@ -6,7 +6,7 @@ using UnityEngine.SceneManagement;
|
|||||||
|
|
||||||
public class MaintainceChecker : MonoBehaviour
|
public class MaintainceChecker : MonoBehaviour
|
||||||
{
|
{
|
||||||
public static int version = 58;
|
public static int version = 59;
|
||||||
public static MaintainceChecker instance;
|
public static MaintainceChecker instance;
|
||||||
public int checkInterval = 30;
|
public int checkInterval = 30;
|
||||||
float t;
|
float t;
|
||||||
|
|||||||
@@ -14,7 +14,8 @@ public class DBmanager : MonoBehaviour
|
|||||||
{
|
{
|
||||||
static RankLevel[] rankLevels;
|
static RankLevel[] rankLevels;
|
||||||
static RankLevel[] RankLevels {get{if(rankLevels==null){return Resources.Load<RankLevels>("ScriptableObjects/RankLevels").levels;}else{return 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;
|
public static string username = null;
|
||||||
private static string displayName;
|
private static string displayName;
|
||||||
|
|||||||
@@ -134,7 +134,7 @@ PlayerSettings:
|
|||||||
16:10: 1
|
16:10: 1
|
||||||
16:9: 1
|
16:9: 1
|
||||||
Others: 1
|
Others: 1
|
||||||
bundleVersion: 1.48
|
bundleVersion: 1.50
|
||||||
preloadedAssets: []
|
preloadedAssets: []
|
||||||
metroInputSource: 0
|
metroInputSource: 0
|
||||||
wsaTransparentSwapchain: 0
|
wsaTransparentSwapchain: 0
|
||||||
@@ -160,7 +160,7 @@ PlayerSettings:
|
|||||||
iPhone: 0
|
iPhone: 0
|
||||||
tvOS: 0
|
tvOS: 0
|
||||||
overrideDefaultApplicationIdentifier: 1
|
overrideDefaultApplicationIdentifier: 1
|
||||||
AndroidBundleVersionCode: 58
|
AndroidBundleVersionCode: 59
|
||||||
AndroidMinSdkVersion: 22
|
AndroidMinSdkVersion: 22
|
||||||
AndroidTargetSdkVersion: 33
|
AndroidTargetSdkVersion: 33
|
||||||
AndroidPreferredInstallLocation: 1
|
AndroidPreferredInstallLocation: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user