diff options
Diffstat (limited to 'src/SMAPI/Framework/Networking/SLidgrenServer.cs')
-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}"; - } } } |