summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/Networking
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-10-29 16:41:24 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-10-29 16:41:24 -0400
commit9035d945f9097bef363f4f7a658846423ecefd9b (patch)
treefc4b631a5c0793a8d0dcf3a8eec298886fa46900 /src/SMAPI/Framework/Networking
parentf4bc61976c1d16b9c011217c8347912cb535dc71 (diff)
downloadSMAPI-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.cs8
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}";
- }
}
}