Commit 032b92b2 authored by Geovanny Vera's avatar Geovanny Vera

Print IP and Port

parent 698d5a84
......@@ -240,6 +240,8 @@ void AOWSPlayerController::OnTravelToLastZoneServerResponseReceived(FHttpRequest
UE_LOG(OWS, Log, TEXT("Travel GUID: %s"), *ServerTravelUserSessionGUID);
UE_LOG(OWS, Log, TEXT("IP: %s, Port %s"), *ServerIP, *Port);
//Encrypt data to send
FString IDData = FString::SanitizeFloat(ServerTravelX)
+ "|" + FString::SanitizeFloat(ServerTravelY)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment