Skip to content

Commit

Permalink
fix for SE 1.172
Browse files Browse the repository at this point in the history
  • Loading branch information
Rynchodon committed Feb 2, 2017
1 parent debe77f commit ceb25da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Scripts/Properties/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
5 changes: 0 additions & 5 deletions Scripts/Utility/Attached/LandingGear.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using Sandbox.Common.ObjectBuilders;
using SpaceEngineers.Game.Entities.Blocks;
using VRage.Game.ModAPI;
using VRage.ModAPI;
Expand Down Expand Up @@ -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
{
Expand Down

0 comments on commit ceb25da

Please sign in to comment.