mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 16:49:09 +00:00
Finishing API
This commit is contained in:
@@ -65,8 +65,7 @@ public class SceneObject implements Locatable {
|
||||
* @return object id
|
||||
*/
|
||||
public final int getId() {
|
||||
// TODO
|
||||
return -1;
|
||||
return accessor.getHash() >> 14 & 0x7FFF;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user