9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-19 15:09:18 +00:00

clear snippet lists on hotload

This commit is contained in:
Julian Krings
2025-07-03 23:45:27 +02:00
parent 7119fa8ef7
commit 8c025a9ba2

View File

@@ -363,6 +363,7 @@ public class IrisData implements ExclusionStrategy, TypeAdapterFactory {
for (ResourceLoader<?> i : loaders.values()) {
i.clearList();
}
possibleSnippets.clear();
}
public String toLoadKey(File f) {