add comment

This commit is contained in:
vis2k 2020-02-26 19:55:27 +01:00
parent 42c0128f18
commit 1b624f12e0

View File

@ -530,6 +530,9 @@ internal void OnStartServer()
foreach (NetworkBehaviour comp in NetworkBehaviours)
{
// an exception in OnStartServer should be caught, so that one
// component's exception doesn't stop all other components from
// being initialized
try
{
comp.OnStartServer();