| 2417 | _client->GroupSynchronization(grp, synchronization, active); |
| 2418 | } |
| 2419 | } |
| 2420 | |
| 2421 | void NetworkManager::DetectorActivation(Detector* det, bool active) |
| 2422 | { |
| 2423 | if (_client) |
| 2424 | { |
| 2425 | _client->DetectorActivation(det, active); |
| 2426 | } |
| 2427 | } |
| 2428 | |
| 2429 | void NetworkManager::AskForCreateUnit(AIGroup* group, RString type, Vector3Par position, RString init, float skill, |
| 2430 | Rank rank) |
| 2431 | { |
| 2432 | if (_client) |
| 2433 | { |
no test coverage detected