Skip to content

Commit

Permalink
Mirror up
Browse files Browse the repository at this point in the history
  • Loading branch information
Chykary committed Jul 5, 2022
1 parent 8136d0e commit 417e194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FizzyFacepunch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ private bool InitialiseSteamworks(uint appid)
}
catch ( Exception e )
{
Debug.LogError("Could be one of the following: Steam is closed, Can't find steam_api dlls or Don't have permission to open appid");
Debug.LogError($"Could be one of the following: Steam is closed, Can't find steam_api dlls or Don't have permission to open appid. Exception: {e.Message}");
return false;
}
return true;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Both of these projects need to be installed and working before you can use this

## Setting Up

1. Install Mirror **(Requires Mirror 53.0+)** from the official repo **[Download Mirror](https://github.com/vis2k/Mirror/releases)**.
1. Install Mirror **(Requires Mirror 66.0+)** from the official repo **[Download Mirror](https://github.com/vis2k/Mirror/releases)**.
2. Install FizzyFacepunch **[unitypackage](https://github.com/Chykary/FizzyFacepunch/releases)** from the release section.
3. In your **"NetworkManager"** object replace **"Telepathy/KCP"** script with **"FizzyFacepunch"** script.
4. Enter your Steam App ID in the **"FizzyFacepunch"** script.
Expand Down

0 comments on commit 417e194

Please sign in to comment.