1
0

Only fixes the server crash.

This commit is contained in:
Howaner
2014-07-01 20:34:50 +02:00
parent 64f6ddf1e2
commit 64e6667435
2 changed files with 1 additions and 7 deletions

View File

@@ -170,12 +170,6 @@ void cWindow::Clicked(
const cItem & a_ClickedItem
)
{
if (!IsValidItem(a_ClickedItem.m_ItemType) && !IsValidBlock(a_ClickedItem.m_ItemType))
{
LOGWARNING("%s: Player \"%s\" clicked to a non-existing item; ignoring click.", __FUNCTION__, a_Player.GetName().c_str());
return;
}
cPluginManager * PlgMgr = cRoot::Get()->GetPluginManager();
if (a_WindowID != m_WindowID)
{