mirror of https://github.com/zlatinb/muwire
fix reading of beta.version
parent
e0a843350f
commit
29b8b81a1e
|
@ -172,8 +172,7 @@ class UpdateClient {
|
|||
}
|
||||
|
||||
int myBeta = Integer.parseInt(beta)
|
||||
int updateBeta = Integer.parseInt(payload.version)
|
||||
if (myBeta >= updateBeta) {
|
||||
if (myBeta >= payload.version) {
|
||||
log.info("no new beta version available")
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue