TorchAPI / Essentials

A Torch plugin that adds must-have utilities and administration tools to Space Engineers dedicated servers.
23 stars 31 forks source link

Make !grids list create temporary gps instead of permanent #196

Open sisko91 opened 3 years ago

sisko91 commented 3 years ago

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

dorimanx commented 3 years ago

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