From 81bfaaa3d12207812e72bb8b3dbffb8b05ec4598 Mon Sep 17 00:00:00 2001 From: FirstGearGames Date: Mon, 17 Jan 2022 10:26:30 -0500 Subject: [PATCH] 1.4.4 - Removed obsolete method. --- FishNet/Plugins/FishySteamworks/CHANGELOG.txt | 3 +++ FishNet/Plugins/FishySteamworks/FishySteamworks.cs | 8 -------- FishNet/Plugins/FishySteamworks/VERSION.txt | 2 +- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/FishNet/Plugins/FishySteamworks/CHANGELOG.txt b/FishNet/Plugins/FishySteamworks/CHANGELOG.txt index fc9c6d5..153038c 100644 --- a/FishNet/Plugins/FishySteamworks/CHANGELOG.txt +++ b/FishNet/Plugins/FishySteamworks/CHANGELOG.txt @@ -1,3 +1,6 @@ +1.4.4 + - Removed obsolete method. + 1.4.3 - Added a few sanity checks. diff --git a/FishNet/Plugins/FishySteamworks/FishySteamworks.cs b/FishNet/Plugins/FishySteamworks/FishySteamworks.cs index b545f2d..2a4ae3f 100644 --- a/FishNet/Plugins/FishySteamworks/FishySteamworks.cs +++ b/FishNet/Plugins/FishySteamworks/FishySteamworks.cs @@ -558,14 +558,6 @@ private bool StopClient(int connectionId, bool immediately) #region Channels. /// - /// Returns how many channels the transport is using. - /// - /// - public override byte GetChannelCount() - { - return (byte)_mtus.Length; - } - /// /// Returns which channel to use by default for reliable. /// public override byte GetDefaultReliableChannel() diff --git a/FishNet/Plugins/FishySteamworks/VERSION.txt b/FishNet/Plugins/FishySteamworks/VERSION.txt index 3c80e4f..e1df5de 100644 --- a/FishNet/Plugins/FishySteamworks/VERSION.txt +++ b/FishNet/Plugins/FishySteamworks/VERSION.txt @@ -1 +1 @@ -1.4.3 \ No newline at end of file +1.4.4 \ No newline at end of file