diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/org/openslx/dnbd3/status/output/ServerStats.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/org/openslx/dnbd3/status/output/ServerStats.java b/src/main/java/org/openslx/dnbd3/status/output/ServerStats.java index 97a8ea8..d464695 100644 --- a/src/main/java/org/openslx/dnbd3/status/output/ServerStats.java +++ b/src/main/java/org/openslx/dnbd3/status/output/ServerStats.java @@ -36,6 +36,7 @@ public class ServerStats implements Cloneable ServerStats n = new ServerStats(); n.address = this.address; n.clientCount = this.clientCount; + n.serverCount = this.serverCount; n.uptime = this.uptime; n.bytesSent = this.bytesSent; n.bytesReceived = this.bytesReceived; |