mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
remove redundant type parameter
This commit is contained in:
parent
1531281516
commit
236dcb6734
@ -592,7 +592,7 @@ public static void RegisterHandler(MsgType msgType, NetworkMessageDelegate handl
|
||||
{
|
||||
if (LogFilter.Debug) Debug.Log("NetworkServer.RegisterHandler replacing " + msgType);
|
||||
}
|
||||
handlers[msgType] = MessagePacker.MessageHandler<T>(handler, requireAuthentication);
|
||||
handlers[msgType] = MessagePacker.MessageHandler(handler, requireAuthentication);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user