SEModCommunity / SE-Community-Mod-API

Space Engineers Community Modding API
GNU Lesser General Public License v3.0
60 stars 47 forks source link

Fix for issue #126 #169

Open Spcemarine opened 10 years ago

Spcemarine commented 10 years ago

Grids attached to grids with a beacon should no longer be deleted while performing "/delete all nobeacon"

ghost commented 10 years ago

While this looks like a good commit, you need to go back and fix the whitespace.

https://github.com/SEModCommunity/SE-Community-Mod-API/wiki/Coding-Standard-reference

Whitespace/Indentation

Code indentation should be done with tabs, NOT spaces. This is to prevent Git conflicts due to inconsistent whitespace characters or newlines. Most client-side merge utilities can handle this but the diff/merge tool built into Github cannot.

Spcemarine commented 10 years ago

Wooops... since this was a part of one of my plugins I compleatly forgot there were spaces and not tabs when I pasted it. It is fixed now.

generalwrex commented 10 years ago

I don't think pull requests for the 'dev' branch will be accepted at this time, maybe in the future :)

Hang onto it in case we change the layout of the release system!

Spcemarine commented 9 years ago

I have no idea of your release system... I could make another pull request for the master branch if that helps