


In response to Wulf ():You’d need to report the error the the developer of that plugin.
foreach (var construction in PrefabAttribute.server.GetAll<Construction>())
if (construction.deployable == null && construction.info.name.english != string.Empty && !_prefabsNameToName.ContainsKey(construction.fullName))
_prefabsNameToName[construction.fullName] = construction.info.name.english; PrefabAttribute.server.GetAll