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