diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-10-29 16:41:24 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-10-29 16:41:24 -0400 |
commit | 9035d945f9097bef363f4f7a658846423ecefd9b (patch) | |
tree | fc4b631a5c0793a8d0dcf3a8eec298886fa46900 /src/SMAPI/Framework/Networking | |
parent | f4bc61976c1d16b9c011217c8347912cb535dc71 (diff) | |
download | SMAPI-9035d945f9097bef363f4f7a658846423ecefd9b.tar.gz SMAPI-9035d945f9097bef363f4f7a658846423ecefd9b.tar.bz2 SMAPI-9035d945f9097bef363f4f7a658846423ecefd9b.zip |
update for further networking changes in SDV 1.4 (#638)
Diffstat (limited to 'src/SMAPI/Framework/Networking')
-rw-r--r-- | src/SMAPI/Framework/Networking/SLidgrenServer.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/SMAPI/Framework/Networking/SLidgrenServer.cs b/src/SMAPI/Framework/Networking/SLidgrenServer.cs index d2fec146..f2c61917 100644 --- a/src/SMAPI/Framework/Networking/SLidgrenServer.cs +++ b/src/SMAPI/Framework/Networking/SLidgrenServer.cs @@ -65,13 +65,5 @@ namespace StardewModdingAPI.Framework.Networking } } } - - /// <summary>Get the connection ID for a connection.</summary> - /// <param name="connection">The connection.</param> - /// <remarks>Derived from the private <see cref="LidgrenServer.getConnectionId"/> method.</remarks> - private string getConnectionId(NetConnection connection) - { - return $"L_{connection.RemoteUniqueIdentifier}"; - } } } |