Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit df1c39604a - Show all commits

View File

@ -147,7 +147,7 @@ function getIp () {
}
})
if (ipv4.length === 1) {
addr = ipv4.address
addr = ipv4[0].address
}
}
return addr