mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-07 08:39:13 +00:00
Merge branch 'development' into feature/getlongid
This commit is contained in:
@@ -63,7 +63,7 @@ public class Character implements Locatable {
|
|||||||
* @return location
|
* @return location
|
||||||
*/
|
*/
|
||||||
public Tile getLocation() {
|
public Tile getLocation() {
|
||||||
return new Tile(Game.getBaseX() + getX(), Game.getBaseY() + getY());
|
return new Tile(Game.getBaseX() + getX(), Game.getBaseY() + getY(), Game.getPlane());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -73,7 +73,6 @@ public final class Tile implements TileFlags, Locatable {
|
|||||||
return z;
|
return z;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* {@inheritDoc}
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user