mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Add copyright headers, formatting cleanup, ignore some generated files.
This commit is contained in:
@@ -309,7 +309,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
#region IP Translation for NAT
|
||||
IClientIPEndpoint ipepClient;
|
||||
if(avatar.ClientView.TryGet(out ipepClient))
|
||||
if (avatar.ClientView.TryGet(out ipepClient))
|
||||
{
|
||||
endPoint.Address = NetworkUtil.GetIPFor(ipepClient.EndPoint, endPoint.Address);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user