mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-23 19:16:31 +01:00
fix metrics thinking ping is a firstRun and vice-versa
This commit is contained in:
parent
958a8c102f
commit
992031dd2b
@ -238,7 +238,7 @@ public class Metrics {
|
||||
+ '&' + encode("revision") + '=' + encode(REVISION + "");
|
||||
|
||||
// If we're pinging, append it
|
||||
if (firstRun) {
|
||||
if (!firstRun) {
|
||||
data += '&' + encode("ping") + '=' + encode("true");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user