From 4a288ed8595631509814bac78dbdae166c888167 Mon Sep 17 00:00:00 2001 From: annabunches Date: Fri, 7 Feb 2025 21:06:24 -0500 Subject: [PATCH] Fix build errors. --- MechanicalDoor/MechanicalDoor.csproj | 1 - MechanicalDoor/Program.cs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/MechanicalDoor/MechanicalDoor.csproj b/MechanicalDoor/MechanicalDoor.csproj index 8434746..f2006f4 100644 --- a/MechanicalDoor/MechanicalDoor.csproj +++ b/MechanicalDoor/MechanicalDoor.csproj @@ -23,5 +23,4 @@ - \ No newline at end of file diff --git a/MechanicalDoor/Program.cs b/MechanicalDoor/Program.cs index a98a09f..3156197 100644 --- a/MechanicalDoor/Program.cs +++ b/MechanicalDoor/Program.cs @@ -1,6 +1,6 @@ using Sandbox.ModAPI.Ingame; -using SpaceEngineers.Game.ModAPI.Ingame; using System.Collections.Generic; +using VRage.Game.ModAPI.Ingame.Utilities; namespace IngameScript {