skript-parser
skript-parser copied to clipboard
Fix addons not calling the initAddon
There is an exception thrown when trying to call the initAddon method of a class, because newInstance is calling null on nothing. It must be the class itself.