forked from MagicBane/Server
setRegion removal
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user