| 2290 | if (_client) |
| 2291 | { |
| 2292 | _client->Chat(channel, text); |
| 2293 | } |
| 2294 | } |
| 2295 | |
| 2296 | void NetworkManager::Chat(int channel, AIUnit* sender, RefArray<NetworkObject>& units, RString text) |
| 2297 | { |
| 2298 | if (_client) |
| 2299 | { |
| 2300 | _client->Chat(channel, sender, units, text); |
| 2301 | } |
| 2302 | } |