| 2015 | } |
| 2016 | |
| 2017 | int32_t ODServer::getNetworkPort() const |
| 2018 | { |
| 2019 | int32_t port = ResourceManager::getSingleton().getForcedNetworkPort(); |
| 2020 | if(port != -1) |
| 2021 | return port; |
| 2022 | |
| 2023 | return ConfigManager::getSingleton().getNetworkPort(); |
| 2024 | } |
| 2025 | |
| 2026 | void ODServer::printConsoleMsg(const std::string& text) |
| 2027 | { |
no test coverage detected