mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
update comment
This commit is contained in:
parent
816c8885de
commit
5a1a67298b
@ -35,7 +35,7 @@ public static MethodDefinition ProcessTargetRpcInvoke(TypeDefinition td, MethodD
|
|||||||
if (HasNetworkConnectionParameter(md))
|
if (HasNetworkConnectionParameter(md))
|
||||||
{
|
{
|
||||||
// if call has NetworkConnection write clients connection as first arg
|
// if call has NetworkConnection write clients connection as first arg
|
||||||
//ClientScene.readyconnection
|
//NetworkClient.readyconnection
|
||||||
worker.Emit(OpCodes.Call, WeaverTypes.ReadyConnectionReference);
|
worker.Emit(OpCodes.Call, WeaverTypes.ReadyConnectionReference);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user