Skip to content

Commit 92a029a

Browse files
committed
Fixed code format
1 parent 1d78791 commit 92a029a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

MLAPI/MonoBehaviours/Core/NetworkedBehaviour.RpcOverloads.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,8 +1738,7 @@ public void InvokeServerRpc(Action method, string channel = null, SecuritySendFl
17381738
SendServerRPCBoxed(HashMethodName(method.Method.Name), channel, security);
17391739
}
17401740

1741-
public void InvokeServerRpc(string methodName, string channel = null,
1742-
SecuritySendFlags security = SecuritySendFlags.None)
1741+
public void InvokeServerRpc(string methodName, string channel = null, SecuritySendFlags security = SecuritySendFlags.None)
17431742
{
17441743
SendServerRPCBoxed(HashMethodName(methodName), channel, security);
17451744
}

0 commit comments

Comments
 (0)