Fix puller empty statement
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Content.Shared.Pulling.Systems
|
|||||||
if (component.Pulling == null)
|
if (component.Pulling == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (component.Pulling == EntityManager.GetEntity(args.BlockingEntity));
|
if (component.Pulling == EntityManager.GetEntity(args.BlockingEntity))
|
||||||
{
|
{
|
||||||
if (ComponentManager.TryGetComponent<SharedPullableComponent>(args.BlockingEntity, out var comp))
|
if (ComponentManager.TryGetComponent<SharedPullableComponent>(args.BlockingEntity, out var comp))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user