Add a debug message for the development builds
This commit is contained in:
parent
7b3a085edb
commit
d3a7ef0e9d
@ -75,6 +75,7 @@ public class Update {
|
||||
|
||||
// Parse the current build number to a number
|
||||
long curr = Long.parseLong(ver[ver.length - 1]);
|
||||
plugin.debug(number + " verus " + curr);
|
||||
// Check if the build on the CI server is higher than the one we're running
|
||||
needed = number > curr;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user