Skip to content

Commit 6a58db0

Browse files
committed
Add info link to SimpleMetrics comments
1 parent 2e32e38 commit 6a58db0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/main/java/dev/faststats/core/SimpleMetrics.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,8 @@ private static void save(Path file, UUID serverId, boolean enabled, boolean debu
343343
344344
# If you suspect a plugin is collecting personal data or bypassing the "enabled" option,
345345
# please report it to the FastStats team (https://faststats.dev/abuse).
346+
347+
# For more information, visit https://faststats.dev/info
346348
""";
347349
properties.store(writer, comment);
348350
}

0 commit comments

Comments
 (0)