Hi! For those who have problems with this plugin (doesn't block the countries), in the plugin file (.cs), line 76, replace:
webrequest.EnqueueGet(url, (code, response) =>
with
webrequest.Enqueue(url, null, (code, response) =>
Temporary solution till the plugin will be updated.
Best regards!
webrequest.EnqueueGet(url, (code, response) =>
with
webrequest.Enqueue(url, null, (code, response) =>
Temporary solution till the plugin will be updated.
Best regards!