Skip to content

Commit

Permalink
improved comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RugbugRedfern committed Apr 8, 2024
1 parent 23aeacd commit ca58d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyceliumNetworkingForCW/MyceliumNetwork.cs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public static void RPC(uint modId, string methodName, ReliableType reliable, par
/// </summary>
/// <param name="data">The data to send</param>
/// <param name="target">The target player to send the data to</param>
/// <param name="reliable">True for reliable but slow, false for unreliable but fast</param>
/// <param name="reliable">The reliability to use in sending the data</param>
static void SendBytes(byte[] data, CSteamID target, ReliableType reliable)
{
if(data.Length > Message.MaxSize)
Expand Down

0 comments on commit ca58d43

Please sign in to comment.