diff --git a/source/funkin/modding/module/ModuleHandler.hx b/source/funkin/modding/module/ModuleHandler.hx
index 4711e7419..6c60b0f8c 100644
--- a/source/funkin/modding/module/ModuleHandler.hx
+++ b/source/funkin/modding/module/ModuleHandler.hx
@@ -125,7 +125,6 @@ class ModuleHandler
       for (key => value in moduleCache)
       {
         ScriptEventDispatcher.callEvent(value, event);
-        moduleCache.remove(key);
       }
 
       moduleCache.clear();