[+] Network error reason

This commit is contained in:
Clansty
2024-10-01 01:00:32 +08:00
parent e39f013808
commit e65d67f12e
10 changed files with 140 additions and 9 deletions

View File

@@ -42,13 +42,10 @@ public class ImmediateSave
void CheckSaveDone()
{
doneCount++;
if (doneCount == 4)
{
if (ui != null)
{
UnityEngine.Object.Destroy(ui);
}
}
if (doneCount != 4) return;
if (ui == null) return;
UnityEngine.Object.Destroy(ui);
ui = null;
}
for (int i = 0; i < 2; i++)