Fix spreader logic (#15260)
This commit is contained in:
parent
aebe31cfde
commit
a17bb60321
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ public sealed class SpreaderSystem : EntitySystem
|
|||
continue;
|
||||
|
||||
var airDirection = value.ToDirection();
|
||||
var oppositeDirection = value.ToDirection();
|
||||
var oppositeDirection = value.ToDirection().GetOpposite();
|
||||
|
||||
if (direction != airDirection && direction != oppositeDirection)
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue