remove comment

This commit is contained in:
vis2k 2020-02-24 15:37:31 +01:00
parent e6b12133d1
commit 6d2b4eb102

View File

@ -587,7 +587,7 @@ public void CommandMessageCallsCommandTest()
// serialize a removeplayer message into an arraysegment
CommandMessage message = new CommandMessage {
componentIndex = 0, // TODO
componentIndex = 0,
functionHash = NetworkBehaviour.GetMethodHash(typeof(CommandTestNetworkBehaviour), nameof(CommandTestNetworkBehaviour.CommandGenerated)),
netId = identity.netId,
payload = new ArraySegment<byte>(new byte[0])