From 9035d945f9097bef363f4f7a658846423ecefd9b Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 29 Oct 2019 16:41:24 -0400 Subject: update for further networking changes in SDV 1.4 (#638) --- src/SMAPI/Framework/Networking/SLidgrenServer.cs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src') 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 } } } - - /// Get the connection ID for a connection. - /// The connection. - /// Derived from the private method. - private string getConnectionId(NetConnection connection) - { - return $"L_{connection.RemoteUniqueIdentifier}"; - } } } -- cgit