From b58f0cabada406deca90272c350c30020d080e2c Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Thu, 30 May 2013 19:42:19 +0000 Subject: Window contents are sent whenever the window is opened by a player. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1533 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/BlockEntities/DropSpenserEntity.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'source/BlockEntities/DropSpenserEntity.cpp') 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()); } } } -- cgit v1.2.3