mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
parent
f941744c7b
commit
7a0703872f
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ function attackComponentTest(defenderClass, test_function)
|
|||
});
|
||||
|
||||
AddMock(attacker, IID_Ownership, {
|
||||
"GetOwner": owner => 1
|
||||
"GetOwner": () => 1
|
||||
});
|
||||
|
||||
let cmpAttack = ConstructComponent(attacker, "Attack", {
|
||||
|
|
|
|||
Loading…
Reference in a new issue