Skip to content

Commit 99c5a03

Browse files
committed
Fixed typo in Rpc method
1 parent ee604d6 commit 99c5a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MLAPI/MonoBehaviours/Core/NetworkedBehaviour.RpcOverloads.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3198,7 +3198,7 @@ public void InvokeClientRpcOnEveryonePerformance(string methodName, Stream strea
31983198
{
31993199
SendClientRPCPerformance(HashMethodName(methodName), null, stream, channel, security);
32003200
}
3201-
public void InvokeClientRpcOnEveryoneExcepPerformancet(string methodName, uint clientIdToIgnore, Stream stream, string channel = null, SecuritySendFlags security = SecuritySendFlags.None)
3201+
public void InvokeClientRpcOnEveryoneExceptPerformance(string methodName, uint clientIdToIgnore, Stream stream, string channel = null, SecuritySendFlags security = SecuritySendFlags.None)
32023202
{
32033203
SendClientRPCPerformance(HashMethodName(methodName), stream, clientIdToIgnore, channel, security);
32043204
}

0 commit comments

Comments
 (0)