Skip to content

SM 1.11 support: Change functions to return void#177

Open
walliski wants to merge 1 commit into
rogeraabbccdd:masterfrom
walliski:sm-1.11-support
Open

SM 1.11 support: Change functions to return void#177
walliski wants to merge 1 commit into
rogeraabbccdd:masterfrom
walliski:sm-1.11-support

Conversation

@walliski

Copy link
Copy Markdown

They are not returning any values, but only modifying existing arrays. This means that they should be marked as void to prevent compilation errors in SM 1.11.

SM 1.11 also throws warnings when compiling about other places, but this PR will at least allow the plugin to compile.

They are not returning any values, but only modifying existing arrays.
This means that they should be marked as void to prevent compilation
errors in SM 1.11
@walliski

Copy link
Copy Markdown
Author

Fixes #176

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant