isConsumable not used as driven by switch.

This commit is contained in:
2024-03-14 07:36:36 -04:00
parent 6806ae3dc0
commit a7062eff3a
@@ -17,9 +17,10 @@ import java.util.concurrent.locks.ReentrantReadWriteLock;
/* /*
* @Author: * @Author:
* @Summary: Processes application protocol message which actives * @Summary: Processes application protocol message which handles
* items such as charters and deeds in the character's inventory * items in the character's inventory which are used. Potions, Deeds, etc.
*/ */
public class ObjectActionMsgHandler extends AbstractClientMsgHandler { public class ObjectActionMsgHandler extends AbstractClientMsgHandler {
// Reentrant lock for dropping banes // Reentrant lock for dropping banes