Disable update checker
This commit is contained in:
parent
5b05e438ed
commit
f679ddac72
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ public class UpdateCheck implements Runnable
|
|||
@Override
|
||||
public void run()
|
||||
{
|
||||
if (Integer.valueOf(4) == 4) return;
|
||||
try {
|
||||
HTTPRequest r = new HTTPRequest(new URL("https://raw.githubusercontent.com/Konloch/bytecode-viewer/master/VERSION"));
|
||||
final Version version = Version.parseVersion(r.readSingle());
|
||||
|
|
Loading…
Reference in a new issue