Disable update checker

This commit is contained in:
Una Thompson 2022-07-08 00:41:12 -07:00
parent 5b05e438ed
commit f679ddac72
No known key found for this signature in database
GPG Key ID: CD9D524194BE98F5
1 changed files with 1 additions and 0 deletions

View File

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