Commit 5f4eb967 authored by nanahira's avatar nanahira

Revert "version"

This reverts commit abfa5e3e.
parent e282eeff
......@@ -327,7 +327,7 @@ public class Program : MonoBehaviour
#elif UNITY_IPHONE //iPhone
string GamePaths = Application.persistentDataPath + "/ygopro2/";
if (!File.Exists(GamePaths + "updates/version2.2.txt"))
if (!File.Exists(GamePaths + "updates/version2.1.txt"))
{
string filePath = Application.streamingAssetsPath + "/ygocore.zip";
ExtractZipFile(System.IO.File.ReadAllBytes(filePath), GamePaths);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment