| 2068 | } |
| 2069 | } |
| 2070 | |
| 2071 | void NetworkManager::AskForAmmo(EntityAI* vehicle, int weapon, int burst) |
| 2072 | { |
| 2073 | if (_client) |
| 2074 | { |
| 2075 | _client->AskForAmmo(vehicle, weapon, burst); |
| 2076 | } |
| 2077 | } |
| 2078 | |
| 2079 | void NetworkManager::AskForHideBody(Person* vehicle) |
no test coverage detected