Fixed some bugs

This commit is contained in:
WolverinDEV 2021-04-27 22:35:15 +02:00
parent 03312b89c7
commit ae4f890574
1 changed files with 1 additions and 0 deletions

View File

@ -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;