Re-add loaded Lua hook call

This commit is contained in:
Evil Factory
2026-04-09 12:09:00 -03:00
parent a9634988e9
commit 928cfb4fde

View File

@@ -533,6 +533,8 @@ class LuaScriptManagementService : ILuaScriptManagementService, ILuaDataService,
}
}
_eventService.Call("loaded");
return result;
}