mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
add comment
This commit is contained in:
parent
42c0128f18
commit
1b624f12e0
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user