brady is rart

This commit is contained in:
Leijurv
2019-01-19 16:36:24 -08:00
parent f5446cc415
commit 38c7f226cb

View File

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