1
0

Removed extra line

This commit is contained in:
Mike Hunsinger 2014-01-23 00:53:00 -07:00
parent 41b05416c7
commit 00d7317746

View File

@ -284,8 +284,6 @@ void cWindow::OpenedByPlayer(cPlayer & a_Player)
bool cWindow::ClosedByPlayer(cPlayer & a_Player, bool a_CanRefuse)
{
cPluginManager * PlgMgr = cRoot::Get()->GetPluginManager();
// Checks whether the player is still holding an item
if (a_Player.IsDraggingItem())
{