1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-15 11:22:55 +00:00

dont do that

This commit is contained in:
cyn 2024-09-04 19:24:14 -07:00 committed by GitHub
parent 9b483de1da
commit df266e66d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -125,7 +125,6 @@ class ModuleHandler
for (key => value in moduleCache)
{
ScriptEventDispatcher.callEvent(value, event);
moduleCache.remove(key);
}
moduleCache.clear();