examine plugin: update object examine id unpacking

This commit is contained in:
Adam
2018-06-15 23:30:35 -04:00
parent d638a5c3e3
commit 850167cf87

View File

@@ -116,7 +116,7 @@ public class ExaminePlugin extends Plugin
break;
case EXAMINE_OBJECT:
type = ExamineType.OBJECT;
id = event.getId() >>> 14;
id = event.getId();
break;
case EXAMINE_NPC:
type = ExamineType.NPC;