Skip to content

Commit 769f30a

Browse files
committed
correctly propagate hitching post unhitch action
Fixes #68
1 parent b804e82 commit 769f30a

File tree

1 file changed

+1
-1
lines changed
  • modules/demo/hitchingpost/src/main/java/org/gotti/wurmunlimited/mods/hitchingpost

1 file changed

+1
-1
lines changed

modules/demo/hitchingpost/src/main/java/org/gotti/wurmunlimited/mods/hitchingpost/UnhitchAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public boolean action(Action action, Creature performer, Creature target, short
9898
t.sendAttachCreature(target.getWurmId(), -10L, 0.0f, 0.0f, 0.0f, 0);
9999
return propagate(action, ActionPropagation.NO_SERVER_PROPAGATION, ActionPropagation.NO_ACTION_PERFORMER_PROPAGATION, ActionPropagation.FINISH_ACTION);
100100
}
101-
return propagate(action);
101+
return defaultPropagation(action);
102102
}
103103

104104
@Override

0 commit comments

Comments
 (0)