From 42bc500a77f4b29d952058aede6abfaf91bd74c8 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 23 Feb 2025 16:42:22 -0500 Subject: Add support for lasers The three lasers in Blue are item locked, and the laser in Akshardham requires you to have planted all other god cubes in order to activate. --- ArchipelagoManager.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'ArchipelagoManager.cs') diff --git a/ArchipelagoManager.cs b/ArchipelagoManager.cs index 998e2d9..5e1d867 100644 --- a/ArchipelagoManager.cs +++ b/ArchipelagoManager.cs @@ -29,6 +29,7 @@ namespace ManifoldGardenArchipelago } catch (Exception ex) { + Plugin.Logger.LogError(ex.GetBaseException().Message); return new LoginFailure(ex.GetBaseException().Message); } -- cgit 1.4.1