Um. What the hell? Why unregister this

This commit is contained in:
libraryaddict 2017-06-20 05:48:58 +12:00
parent eda46398a9
commit 9a258670a3

@ -133,8 +133,6 @@ public class LibsDisguises extends JavaPlugin {
* Reloads the config with new config options.
*/
public void reload() {
HandlerList.unregisterAll(listener);
reloadConfig();
DisguiseConfig.initConfig(getConfig());
}