* Get the maximum number of companies that are allowed by the server. * @return The number of companies allowed. */
| 1345 | * @return The number of companies allowed. |
| 1346 | */ |
| 1347 | uint NetworkMaxCompaniesAllowed() |
| 1348 | { |
| 1349 | return _network_server ? _settings_client.network.max_companies : _network_server_max_companies; |
| 1350 | } |
| 1351 | |
| 1352 | /** |
| 1353 | * Check if max_companies has been reached on the server (local check only). |
no outgoing calls
no test coverage detected