-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alt.Vehicle constructor without parameters doesn't throw error (v1 compat) #196
Comments
Fixed in |
Because both v2 and compatibility uses the same factory class for entities it's not fixable.
There is no sane way to check if the constructor is called using |
there is at least one way to check |
its fixable by setting prototype in this call instead of calling NewInstance, but we won't change (at least for now) it as it would break factory API upd: seems like its better to use |
The text was updated successfully, but these errors were encountered: