Fixed some bugs
This commit is contained in:
parent
03312b89c7
commit
ae4f890574
@ -124,6 +124,7 @@ namespace ts {
|
||||
}
|
||||
|
||||
inline ServerSlotUsageReport& operator+=(const ServerSlotUsageReport& other) {
|
||||
this->server_count += other.server_count;
|
||||
this->max_clients += other.max_clients;
|
||||
this->reserved_clients += other.reserved_clients;
|
||||
this->clients_teamspeak += other.clients_teamspeak;
|
||||
|
Loading…
Reference in New Issue
Block a user