1
0

Revert "Lua callback"

This commit is contained in:
Mattes D
2016-03-21 09:58:15 +01:00
parent 8fc9cfa411
commit e3d34d9917
22 changed files with 1970 additions and 1333 deletions

View File

@@ -307,7 +307,7 @@ bool cWindow::ClosedByPlayer(cPlayer & a_Player, bool a_CanRefuse)
// Checks whether the player is still holding an item
if (!a_Player.GetDraggingItem().IsEmpty())
{
LOGD("Player is holding an item while closing their window, dropping it as a pickup...");
LOGD("Player holds item! Dropping it...");
a_Player.TossHeldItem(a_Player.GetDraggingItem().m_ItemCount);
}