EnqueueGet is deprecatedFixed
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!
EnqueueGet should still be working, it being deprecated is just a warning. It will be updated to replace that though.
it doesnt worked for me ... i've managed to connect to my test server ... with my country on blacklist !

P.S.: not as admin !
In response to Freaky ():
it doesnt worked for me ... i've managed to connect to my test server ... with my country on blackli...
I don't see why it wouldn't; same, exact usage. Either way, will be updated soon.
In response to Freaky ():
Hi! For those who have problems with this plugin (doesn't block the countries), in the plugin file (...
yea i get same issue to
Locked automatically