Fixedi nvalid channel order

This commit is contained in:
WolverinDEV
2020-01-28 21:01:02 +01:00
parent 431e2c28f2
commit 619e560152
4 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -490,7 +490,7 @@ command_result SpeakingClient::handleCommandClientInit(Command& cmd) {
clones_uid++;
if(client->getPeerIp() == this->getPeerIp())
clones_ip++;
if(client->getHardwareId() == _own_hwid)
if(!_own_hwid.empty() && client->getHardwareId() == _own_hwid)
clones_hwid++;
});