Kento-Rankme
Kento-Rankme copied to clipboard
SM 1.11 support: Change functions to return void
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.
Fixes #176