Merge branch 'general-devel' into general-devel
This commit is contained in:
commit
2b50cbc7b9
6 changed files with 67 additions and 9 deletions
|
|
@ -892,7 +892,7 @@ namespace TShockAPI
|
|||
CacheIP = RealPlayer ? (Netplay.Clients[Index].Socket.IsConnected()
|
||||
? TShock.Utils.GetRealIP(Netplay.Clients[Index].Socket.GetRemoteAddress().ToString())
|
||||
: "")
|
||||
: "";
|
||||
: "127.0.0.1";
|
||||
else
|
||||
return CacheIP;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue