forked from MagicBane/Server
update location
This commit is contained in:
@@ -31,6 +31,8 @@ public class MoveToPointHandler extends AbstractClientMsgHandler {
|
||||
if (pc == null)
|
||||
return false;
|
||||
|
||||
pc.setIsCasting(false);
|
||||
pc.setItemCasting(false);
|
||||
MovementManager.movement(msg, pc);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user