12 lines
445 B
Diff
12 lines
445 B
Diff
--- a/src/chatty/Chatty.java
|
|
+++ b/src/chatty/Chatty.java
|
|
@@ -63,7 +63,7 @@ public class Chatty {
|
|
* Enable Version Checker (if you compile and distribute this yourself, you
|
|
* may want to disable this)
|
|
*/
|
|
- public static final boolean VERSION_CHECK_ENABLED = true;
|
|
+ public static final boolean VERSION_CHECK_ENABLED = false;
|
|
|
|
/**
|
|
* The regular URL of the textfile where the most recent version is stored.
|