remove old comment

This commit is contained in:
vis2k 2022-11-11 21:55:27 +01:00
parent b04e8e681a
commit a9e63724e3

View File

@ -313,7 +313,6 @@ internal void InitializeNetworkBehaviours()
NetworkBehaviours = GetComponents<NetworkBehaviour>();
ValidateComponents();
// ensure max components
// initialize each one
for (int i = 0; i < NetworkBehaviours.Length; ++i)
{