Essentials icon indicating copy to clipboard operation
Essentials copied to clipboard

Make !grids list create temporary gps instead of permanent

Open sisko91 opened this issue 4 years ago • 1 comments

Usually players use this command when trying to find a grid, and have to delete everything else they dont care about.

This is a one line change by adding an extra "true" at the end of this call https://github.com/TorchAPI/Essentials/blob/b19b8d9441915c90d2dff978b636d6aaea62dddc/Essentials/Commands/GridModule.cs#L175

This call has an optional param that defaults to false, which creates a permanent gps: https://github.com/KeenSoftwareHouse/SpaceEngineers/blob/a109106fc0ded66bdd5da70e099646203c56550f/Sources/VRage.Game/ModAPI/IMyGpsCollection.cs#L31

sisko91 avatar Sep 07 '21 05:09 sisko91

image Great find thank you, i will add this to my essentials fork for our servers.

dorimanx avatar Sep 09 '21 09:09 dorimanx