summary refs log tree commit diff stats
path: root/ArchipelagoManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ArchipelagoManager.cs')
-rw-r--r--ArchipelagoManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ArchipelagoManager.cs b/ArchipelagoManager.cs index 998e2d9..5e1d867 100644 --- a/ArchipelagoManager.cs +++ b/ArchipelagoManager.cs
@@ -29,6 +29,7 @@ namespace ManifoldGardenArchipelago
29 } 29 }
30 catch (Exception ex) 30 catch (Exception ex)
31 { 31 {
32 Plugin.Logger.LogError(ex.GetBaseException().Message);
32 return new LoginFailure(ex.GetBaseException().Message); 33 return new LoginFailure(ex.GetBaseException().Message);
33 } 34 }
34 35