*he he*
mj
This commit is contained in:
@@ -59,12 +59,12 @@ public class BazookaManager : MonoBehaviour
|
|||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
Debug.LogWarning("Failed to load save file");
|
Application.Quit();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (saveFile["version"] == null || saveFile["version"].ToString() != "0")
|
if (saveFile["version"] == null || saveFile["version"].ToString() != "0")
|
||||||
{
|
{
|
||||||
saveFile["version"] = "0";
|
Application.Quit();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user