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