writing the faq, updating some code for beta

This commit is contained in:
benfry
2005-04-17 18:58:57 +00:00
parent 38452c6b5e
commit 181bcfcf95
10 changed files with 77 additions and 4 deletions

View File

@@ -103,8 +103,8 @@ public class UpdateCheck implements Runnable {
}
}
} catch (Exception e) {
e.printStackTrace();
System.err.println("Error while trying to check for an update.");
//e.printStackTrace();
//System.err.println("Error while trying to check for an update.");
}
}