mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 16:51:37 +00:00
Fix Position#getHeight.
This commit is contained in:
@@ -97,7 +97,7 @@ public final class Position {
|
|||||||
* @return The height level.
|
* @return The height level.
|
||||||
*/
|
*/
|
||||||
public int getHeight() {
|
public int getHeight() {
|
||||||
return packed >> 30;
|
return packed >> 30 & 0x3;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user