brady is rart

This commit is contained in:
Leijurv 2019-01-19 16:36:24 -08:00
parent f5446cc415
commit 38c7f226cb
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -109,7 +109,6 @@ public final class MemoryBehavior extends Behavior {
}
if (p instanceof CPacketCloseWindow) {
updateInventory();
getCurrent().save();
}
}
@ -144,7 +143,6 @@ public final class MemoryBehavior extends Behavior {
}
if (p instanceof SPacketCloseWindow) {
updateInventory();
getCurrent().save();
}
}