mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
RegisterInterface reload bug fix
This commit is contained in:
parent
1ae3433d89
commit
a1e7fb38c1
1 changed files with 1 additions and 0 deletions
|
@ -236,6 +236,7 @@ public final class SimplePluginManager implements PluginManager {
|
||||||
plugins.clear();
|
plugins.clear();
|
||||||
lookupNames.clear();
|
lookupNames.clear();
|
||||||
listeners.clear();
|
listeners.clear();
|
||||||
|
fileAssociations.clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue