mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-09 20:31:38 +01:00
Added Webserver_Protocol metric
This commit is contained in:
parent
9f57f6396f
commit
c88e7dae2f
@ -36,6 +36,7 @@ public class BStats {
|
||||
|
||||
addStringSettingPie("server_type", serverType);
|
||||
addStringSettingPie("database_type", databaseType);
|
||||
addStringSettingPie("web_protocol", plugin.getUiServer().getProtocol().toUpperCase());
|
||||
}
|
||||
|
||||
private void addEnabledDisabledPie(String id, boolean setting) {
|
||||
|
Loading…
Reference in New Issue
Block a user