Unused methods removed.

This commit is contained in:
2023-05-02 12:40:51 -04:00
parent 10a6eec3da
commit a3c8241b8d
2 changed files with 0 additions and 69 deletions
-14
View File
@@ -1301,20 +1301,6 @@ public abstract class AbstractCharacter extends AbstractWorldObject {
locationLock.writeLock().unlock();
}
}
public void teleportToObject(final AbstractWorldObject worldObject) {
locationLock.writeLock().lock();
try{
MovementManager.translocateToObject(this, worldObject);
}catch(Exception e){
Logger.error(e);
}finally{
locationLock.writeLock().unlock();
}
}
/*
* Serializing