mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
@@ -211,6 +211,7 @@ public class Item {
|
||||
while ((c = dataIn.read()) != -1) {
|
||||
if (c == 0) {
|
||||
itemStackable[counter] = false;
|
||||
itemStackable[291] = true;
|
||||
} else {
|
||||
itemStackable[counter] = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user