| 167 | } |
| 168 | |
| 169 | int AFCMapModule::GetMaxOnlineCount() |
| 170 | { |
| 171 | // test count 5000 |
| 172 | // and it should be define in a config file |
| 173 | return 10000; |
| 174 | } |
| 175 | |
| 176 | int AFCMapModule::GetMapOnlineCount(const int map_id) |
| 177 | { |
nothing calls this directly
no outgoing calls
no test coverage detected