mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Hopefully fix parallel game states
This commit is contained in:
@@ -122,6 +122,11 @@ namespace Robust.Shared.IoC
|
||||
$"Attempted to resolve type {type} before the object graph for it has been populated.");
|
||||
}
|
||||
|
||||
if (type == typeof(IDependencyCollection))
|
||||
{
|
||||
return this;
|
||||
}
|
||||
|
||||
throw new UnregisteredTypeException(type);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user