Add extra reflector control data to the gateway.

This commit is contained in:
Jonathan Naylor
2016-10-11 17:43:37 +01:00
parent 662e6adb47
commit e24909926d
10 changed files with 99 additions and 189 deletions
-2
View File
@@ -113,8 +113,6 @@ CP25Reflector* CReflectors::find(unsigned int id)
return *it;
}
LogMessage("Trying to find non existent reflector with an id of %u", id);
return NULL;
}