You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add more checks to convert to static command.
now it's will convert only the mian grid and not the subgrids!
* it's will skip NPC ships.
* Add temp GPS coordinates on request.
TorchAPI#196
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
Essentials/Essentials/Commands/GridModule.cs
Line 175 in b19b8d9
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
The text was updated successfully, but these errors were encountered: