CompFactory updates (#37559)
This commit is contained in:
@@ -134,7 +134,7 @@ public abstract partial class InteractionTest
|
||||
StackComponent? stack = null;
|
||||
await server.WaitPost(() =>
|
||||
{
|
||||
entProto.TryGetComponent(factory.GetComponentName(typeof(StackComponent)), out stack);
|
||||
entProto.TryGetComponent(factory.GetComponentName<StackComponent>(), out stack);
|
||||
});
|
||||
|
||||
if (stack == null)
|
||||
|
||||
Reference in New Issue
Block a user