summaryrefslogtreecommitdiffstats
path: root/source/BlockEntities/DropSpenserEntity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/BlockEntities/DropSpenserEntity.cpp')
-rw-r--r--source/BlockEntities/DropSpenserEntity.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/BlockEntities/DropSpenserEntity.cpp b/source/BlockEntities/DropSpenserEntity.cpp
index c0993d676..900ecb172 100644
--- a/source/BlockEntities/DropSpenserEntity.cpp
+++ b/source/BlockEntities/DropSpenserEntity.cpp
@@ -219,7 +219,6 @@ void cDropSpenserEntity::UsedBy(cPlayer * a_Player)
if (a_Player->GetWindow() != Window)
{
a_Player->OpenWindow(Window);
- Window->SendWholeWindow(*a_Player->GetClientHandle());
}
}
}