Skip to content

Commit

Permalink
1.4.4
Browse files Browse the repository at this point in the history
- Removed obsolete method.
  • Loading branch information
FirstGearGames committed Jan 17, 2022
1 parent 9d0886a commit 81bfaaa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
3 changes: 3 additions & 0 deletions FishNet/Plugins/FishySteamworks/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.4.4
- Removed obsolete method.

1.4.3
- Added a few sanity checks.

Expand Down
8 changes: 0 additions & 8 deletions FishNet/Plugins/FishySteamworks/FishySteamworks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -558,14 +558,6 @@ private bool StopClient(int connectionId, bool immediately)

#region Channels.
/// <summary>
/// Returns how many channels the transport is using.
/// </summary>
/// <returns></returns>
public override byte GetChannelCount()
{
return (byte)_mtus.Length;
}
/// <summary>
/// Returns which channel to use by default for reliable.
/// </summary>
public override byte GetDefaultReliableChannel()
Expand Down
2 changes: 1 addition & 1 deletion FishNet/Plugins/FishySteamworks/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.3
1.4.4

0 comments on commit 81bfaaa

Please sign in to comment.