Fix a filtering bug.
This commit is contained in:
parent
dcde5a75f7
commit
a4ff214b56
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@
|
|||
variable=speaking_unit
|
||||
kill=no
|
||||
[filter]
|
||||
x=$unit.x
|
||||
y=$unit.y
|
||||
x=$second_unit.x
|
||||
y=$second_unit.y
|
||||
[/filter]
|
||||
[/store_unit]
|
||||
[/else]
|
||||
|
|
Loading…
Add table
Reference in a new issue