Implement changes from latest version of IC10Editor.dll

This commit is contained in:
2025-12-02 14:27:06 -07:00
parent 0f1613d521
commit a10b40f6fe
3 changed files with 72 additions and 43 deletions

View File

@@ -214,7 +214,6 @@ public static class SlangPatches
[HarmonyPrefix]
public static void isc_ButtonInputCancel()
{
L.Info("ButtonInputCancel called on the InputSourceCode static instance.");
if (_currentlyEditingMotherboard is null || _motherboardCachedCode is null)
{
return;