(cef39af84) Fixed server creating "attempted to create a network event for an item that hasn't been fully initialized yet" console errors when spawning LightComponents mid-round. + Simplified ragdoll collider null check
This commit is contained in:
@@ -110,7 +110,7 @@ namespace Barotrauma
|
||||
{
|
||||
get
|
||||
{
|
||||
return collider == null ? null : collider[colliderIndex];
|
||||
return collider?[colliderIndex];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user