CompFactory updates (#37559)
This commit is contained in:
@@ -77,7 +77,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)
|
||||
@@ -107,7 +107,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