rockyjvec / EasyAPI

EasyAPI is an in-game script library for Space Engineers that aims to make the programmable blocks easier to use.
http://steamcommunity.com/sharedfiles/filedetails/?id=379297410
19 stars 10 forks source link

Broken in new patch #9

Closed jkeywo closed 9 years ago

jkeywo commented 9 years ago

GridTerminalSystem.Blocks and GridTerminalSystem.BlockGroups have been removed.

Should be easy enough to fix up the compile errors in Refresh and GroupFilter. Blocks are now accessed from GetBlocks() and BlockGroups with GetBlockGroups().

It's working for me now but I'm not familiar enough with git hub to make a branch/merge request/whatever you call them.

rockyjvec commented 9 years ago

Thanks, I'll try to fix it later today.

rockyjvec commented 9 years ago

@jkeywo , thanks for letting me know about the problem and for providing the solution. I have fixed it in the latest version in GitHub and in the Steam Workshop. Let me know if you notice any other problems.