Skip to content

Fix the way module candidate types are checked

Mateusz Brawański requested to merge github/fork/feelingnothing/master into master

Created by: feelingnothing

Summary

Fixes the way module candidate types are checked in CommandsNext extension

Details

Changes the function Type#IsAssignableFrom to a proper one Type#IsSubclassOf Current solution behaviour means that a class "could be a module" and this PR fixes this

Merge request reports

Loading