mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Syntax
This commit is contained in:
parent
58528e5179
commit
a1e3d94f2f
@ -268,7 +268,7 @@ internal static bool GetInvokerForHashSyncEvent(int cmdHash, out CmdDelegate inv
|
||||
|
||||
static bool GetInvokerForHash(int cmdHash, UNetInvokeType invokeType, out CmdDelegate invokeFunction)
|
||||
{
|
||||
Invoker invoker = null;
|
||||
Invoker invoker;
|
||||
if (!s_CmdHandlerDelegates.TryGetValue(cmdHash, out invoker))
|
||||
{
|
||||
if (LogFilter.Debug) { Debug.Log("GetInvokerForHash hash:" + cmdHash + " not found"); }
|
||||
|
Loading…
Reference in New Issue
Block a user