diff --git a/Scripts/Properties/VersionInfo.cs b/Scripts/Properties/VersionInfo.cs index cdf866b8..44eae318 100644 --- a/Scripts/Properties/VersionInfo.cs +++ b/Scripts/Properties/VersionInfo.cs @@ -11,4 +11,4 @@ // // Major, Minor, and Build should be set in VersionInfo.cs not VersionInfo - User.cs // Revision is set by pre-build.py -[assembly: AssemblyVersion("1.79.5.0")] +[assembly: AssemblyVersion("1.79.6.0")] diff --git a/Scripts/Utility/Attached/LandingGear.cs b/Scripts/Utility/Attached/LandingGear.cs index da71afeb..86dcdf52 100644 --- a/Scripts/Utility/Attached/LandingGear.cs +++ b/Scripts/Utility/Attached/LandingGear.cs @@ -1,5 +1,4 @@ using System; -using Sandbox.Common.ObjectBuilders; using SpaceEngineers.Game.Entities.Blocks; using VRage.Game.ModAPI; using VRage.ModAPI; @@ -27,11 +26,7 @@ private void myGear_OnClosing(IMyEntity obj) this.myGear.LockModeChanged -= MyGear_LockModeChanged; } -#if UNSTABLE private void MyGear_LockModeChanged(Sandbox.Game.Entities.Interfaces.IMyLandingGear gear, SpaceEngineers.Game.ModAPI.Ingame.LandingGearMode oldMode) -#else - private void MyGear_LockModeChanged(Sandbox.Game.Entities.Interfaces.IMyLandingGear gear, LandingGearMode oldMode) -#endif { try {