midspace / Space-Engineers-Admin-script-mod

Modding script for Space Engineers with dozens of Admin commands for creating game scenarios or supporting servers.
44 stars 13 forks source link

1.105 obsolete interfaces #117

Open midspace opened 9 years ago

midspace commented 9 years ago

I've been checking though stuff, and noticed that there are changes in the new code base shown by Obsolete attributes. Here is what I have found so far.

[Obsolete("IMyInventoryOwner interface and MyInventoryOwnerTypeEnum enum is obsolete. Use type checking and inventory methods on MyEntity.")] public interface IMyInventoryOwner This means changing the inventory commands. There is obviously a replacement.

[Obsolete("Client saving not supported anymore")] bool ClientCanSave { get; } This means, local save will no longer work from servers.