We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16db1ea commit 6652fa7Copy full SHA for 6652fa7
1 file changed
app/src/processing/app/UpdateCheck.java
@@ -83,6 +83,11 @@ public void run() {
83
}
84
85
86
+ /**
87
+ * Turned into a separate method so that anyone needed update.id will get
88
+ * a legit answer. Had a problem with the contribs script where the id
89
+ * wouldn't be set so a null id would be sent to the contribs server.
90
+ */
91
static public long getUpdateID() {
92
// generate a random id in case none exists yet
93
Random r = new Random();
0 commit comments