You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most common error I see support requests for is:
attempt to index global 'grpc' (a nil value)
I'd thus suggest that we add a manual check for whether grpc is defined and if not, stop everything else from running and print out a more helpful error message. Something in the lines of check your MissionScripting.lua.
The text was updated successfully, but these errors were encountered:
The most common error I see support requests for is:
I'd thus suggest that we add a manual check for whether
grpc
is defined and if not, stop everything else from running and print out a more helpful error message. Something in the lines of check yourMissionScripting.lua
.The text was updated successfully, but these errors were encountered: