auto identify all items

This commit is contained in:
2024-06-15 18:42:49 -05:00
parent e4dbad2669
commit 683422f8a4
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -948,6 +948,7 @@ public class Item extends AbstractWorldObject {
}
public boolean isID() {
this.flags |= 1;
return ((this.flags & 1) > 0);
}