Closed CodeLit closed 1 year ago
This is normal behavior. See this post from the alt:V team back in February of 2023.
https://discord.com/channels/371265202378899476/585862696281571341/1079021033199243274
I'm closing the issue, but I still think there should be backwards compatibility.
Now after the update, plugins stopped working, because the import principle has changed. It is necessary to return backward compatibility for plugins to work.
For example, this code is from documentation:
is not working, because we need to add index file in the end:
Now code is works, and there is no error anymore.