This commit is contained in:
vis2k 2018-12-30 17:23:45 +01:00
parent 58528e5179
commit a1e3d94f2f

View File

@ -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"); }