Add a debug message for the development builds

This commit is contained in:
graywolf336 2014-07-24 23:05:20 -05:00
parent 7b3a085edb
commit d3a7ef0e9d

View File

@ -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;