✨ Add “show metrics” debug information flag
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / core / DebugInformation.kt
index acb0155..3115b87 100644 (file)
@@ -22,4 +22,7 @@ class DebugInformation {
        @Volatile
        var showVersionInformation = false
 
+       @Volatile
+       var showMetrics = false
+
 }