mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 16:49:09 +00:00
Merge branch 'development' into feature/getlongid
This commit is contained in:
@@ -63,7 +63,7 @@ public class Character implements Locatable {
|
||||
* @return location
|
||||
*/
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user