mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
use the facing shareable address for steam location
This commit is contained in:
parent
43b8e01d46
commit
9461ca0cfc
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ void DiscoverabilityManager::updateLocation() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update Steam
|
// Update Steam
|
||||||
SteamClient::updateLocation(domainHandler.getHostname(), addressManager->currentShareableAddress());
|
SteamClient::updateLocation(domainHandler.getHostname(), addressManager->currentFacingShareableAddress());
|
||||||
}
|
}
|
||||||
|
|
||||||
void DiscoverabilityManager::handleHeartbeatResponse(QNetworkReply& requestReply) {
|
void DiscoverabilityManager::handleHeartbeatResponse(QNetworkReply& requestReply) {
|
||||||
|
|
Loading…
Reference in a new issue