Mwexim / skript-parser

A standalone and improved implementation of the Skript language for use outside of Minecraft servers.
MIT License
49 stars 15 forks source link

Fix addons not calling the initAddon #163

Open TheLimeGlass opened 2 months ago

TheLimeGlass commented 2 months ago

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.