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
There may be some cases where a mod requires the absolute latest version of map api from GitHub and not the workshop. To check if the end user has the features needed, do this:
if (MinimapAPI.ReleaseVersionor0) >=9then-- Code to run that requires v1.9!end
ReleaseVersion will be nil in MinimapAPI v1.8 and below.