Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
- Updated SetServerBindAddress signature to Fish-Networking 2.0.0.
- Removed VERSION.txt in favor of CHANGELOG.txt
  • Loading branch information
FirstGearGames committed Oct 1, 2022
1 parent ed4c3cf commit 5e4023c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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 @@
2.1.1
- Updated SetServerBindAddress signature to Fish-Networking 2.0.0.

2.1.0
- Increased version to match other projects with Fish-Networking 2.0.0 support.
- Fixed ClientId 32767 not found error when being used with Multipass.
Expand Down
2 changes: 1 addition & 1 deletion FishNet/Plugins/FishySteamworks/FishySteamworks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ public override void SetClientAddress(string address)
/// Sets which address the server will bind to.
/// </summary>
/// <param name="address"></param>
public override void SetServerBindAddress(string address)
public override void SetServerBindAddress(string address, IPAddressType addressType)
{
_serverBindAddress = address;
}
Expand Down
1 change: 0 additions & 1 deletion FishNet/Plugins/FishySteamworks/VERSION.txt

This file was deleted.

0 comments on commit 5e4023c

Please sign in to comment.