Skip to content

Commit 3c47161

Browse files
committed
Actions on a corner missed the active item
1 parent f951a8d commit 3c47161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/modlauncher/src/main/java/org/gotti/wurmunlimited/modsupport/actions/ActionPerformerBehaviour.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public boolean action(Action action, Creature performer, Item source, int tilex,
2727

2828
@Override
2929
public boolean action(Action action, Creature performer, Item source, int tilex, int tiley, boolean onSurface, boolean corner, int tile, int heightOffset, short num, float counter) {
30-
return actionPerformer.action(action, performer, tilex, tiley, onSurface, corner, tile, heightOffset, num, counter);
30+
return actionPerformer.action(action, performer, source, tilex, tiley, onSurface, corner, tile, heightOffset, num, counter);
3131
}
3232

3333
@Override

0 commit comments

Comments
 (0)