diff options
Diffstat (limited to 'fetch.go')
-rw-r--r-- | fetch.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,8 +31,8 @@ func Fetch(id int32, targetUrl string) []byte { FetchResId: id, } - if !Perms.Connect { - resMsg.Error = "Permission to connect denied." + if !Perms.Net { + resMsg.Error = "Network access denied." PubMsg("fetch", resMsg) return } |