mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-07 08:47:35 +01:00
RegisterInterface reload bug fix
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
7e6d0bd531
commit
8cef9edf82
@ -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…
Reference in New Issue
Block a user