* Check if max_companies has been reached on the server (local check only). * @return true if the max value has been reached or exceeded, false otherwise. */
| 1354 | * @return true if the max value has been reached or exceeded, false otherwise. |
| 1355 | */ |
| 1356 | bool NetworkMaxCompaniesReached() |
| 1357 | { |
| 1358 | return Company::GetNumItems() >= NetworkMaxCompaniesAllowed(); |
| 1359 | } |
no test coverage detected