diff --git a/Source/inv.cpp b/Source/inv.cpp index 71028780b..57b0888b6 100644 --- a/Source/inv.cpp +++ b/Source/inv.cpp @@ -2149,7 +2149,7 @@ void CloseInventory() void DoTelekinesis() { - if (ObjectUnderCursor != nullptr) + if (ObjectUnderCursor != nullptr && !ObjectUnderCursor->IsDisabled()) NetSendCmdLoc(MyPlayerId, true, CMD_OPOBJT, cursPosition); if (pcursitem != -1) NetSendCmdGItem(true, CMD_REQUESTAGITEM, MyPlayerId, pcursitem);