setRegion removal

This commit is contained in:
2023-09-13 19:56:54 -05:00
parent b34be1184e
commit a313e3f364
9 changed files with 8 additions and 15 deletions
@@ -58,7 +58,7 @@ public class RecallPowerAction extends AbstractPowerAction {
DispatchMessage.dispatchMsgDispatch(dispatch, engine.Enum.DispatchChannel.SECONDARY);
} else {
MovementManager.translocate(awoac, awoac.getBindLoc(), null);
MovementManager.translocate(awoac, awoac.getBindLoc());
}
} else {
Vector3fImmutable bindloc = awoac.getBindLoc();