* This method is just called to stop the bots from running amuck * while the mission cycles */
| 385 | * while the mission cycles |
| 386 | */ |
| 387 | void AIClient::missionCycleCleanup() { |
| 388 | setMoveMode( ModeStop ); |
| 389 | } |
| 390 | |
| 391 | |
| 392 | /** |
no outgoing calls
no test coverage detected