SmartlyDressedGames / Legally-Distinct-Missile

Fork of Rocket for Unturned maintained by the game developers.
MIT License
79 stars 29 forks source link

There should be a code cleaning here #48

Closed TH3AL3X closed 2 years ago

TH3AL3X commented 2 years ago

https://github.com/SmartlyDressedGames/Legally-Distinct-Missile/blob/3e8f5e4919a806911c410eaad7d4d8db8a214e39/Rocket.Unturned/Serialisation/UnturnedSettings.cs

this code is no longer used: [XmlElement("RocketModObservatory")] public RocketModObservatorySettings RocketModObservatory = new RocketModObservatorySettings();

Sl4vP0weR commented 2 years ago

Sorry, but this is outside the scope of the project. The goal here is only to maintain backwards compatibility with Unturned.

Originally posted by @SDGNelson in https://github.com/SmartlyDressedGames/Legally-Distinct-Missile/issues/42#issuecomment-867117766

SDGNelson commented 2 years ago

Thanks @Sl4vP0weR is correct. That was kept when first tidying things up for this repository because other plugins may have been using it.