mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +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
|
||||
SteamClient::updateLocation(domainHandler.getHostname(), addressManager->currentShareableAddress());
|
||||
SteamClient::updateLocation(domainHandler.getHostname(), addressManager->currentFacingShareableAddress());
|
||||
}
|
||||
|
||||
void DiscoverabilityManager::handleHeartbeatResponse(QNetworkReply& requestReply) {
|
||||
|
|
Loading…
Reference in a new issue