Offline Patch

This commit is contained in:
Thorbjoern
2025-07-22 21:58:54 +02:00
parent e74f994a8a
commit 1e8853d8c3
3 changed files with 14 additions and 9 deletions
@@ -48,9 +48,9 @@ namespace GhostSystem
}
Debug.Log("🌐 Starting Supabase setup...");
await RunDiagnostics();
//await RunDiagnostics();
await InitSupabaseAsync();
//await InitSupabaseAsync();
OnSuperbaseReady?.Invoke();
}
@@ -141,6 +141,7 @@ namespace GhostSystem
}
else
{
//textbox.text += $"\n\rSupabase health check failed: {www.error}";
Debug.LogError($"❌ Supabase health check failed: {www.error}");
}