diff --git a/Assets/Scripts/Assembly-CSharp/URLManager.cs b/Assets/Scripts/Assembly-CSharp/URLManager.cs index e7fa8a6a..bedb6a93 100644 --- a/Assets/Scripts/Assembly-CSharp/URLManager.cs +++ b/Assets/Scripts/Assembly-CSharp/URLManager.cs @@ -51,7 +51,7 @@ public class URLManager : Singleton this.m_baseURLString = this.m_baseURLString + "&v=" + Singleton.Instance.ApplicationVersion; this.m_baseURLString += "&r=game"; this.m_baseURLString = this.m_baseURLString + "&c=" + Singleton.Instance.CustomerID; - this.m_baseURLString = this.m_baseURLString + "&i=" + SystemInfo.deviceUniqueIdentifier; + // this.m_baseURLString = this.m_baseURLString + "&i=" + SystemInfo.deviceUniqueIdentifier; } public string MakeProductTarget(string target)