Made It Work
Various improvements in scripts and working with the old loding mechanism
This commit is contained in:
@@ -117,7 +117,7 @@ namespace GhostSystem
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
textbox.text += $"\n\rAuthentication failed: {ex}";
|
||||
textbox.text += "\n\rAuthentication failed";
|
||||
Debug.LogError($"❌ Authentication failed: {ex}");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user