forked from MagicBane/Server
isConsumable not used as driven by switch.
This commit is contained in:
@@ -17,9 +17,10 @@ import java.util.concurrent.locks.ReentrantReadWriteLock;
|
||||
|
||||
/*
|
||||
* @Author:
|
||||
* @Summary: Processes application protocol message which actives
|
||||
* items such as charters and deeds in the character's inventory
|
||||
* @Summary: Processes application protocol message which handles
|
||||
* items in the character's inventory which are used. Potions, Deeds, etc.
|
||||
*/
|
||||
|
||||
public class ObjectActionMsgHandler extends AbstractClientMsgHandler {
|
||||
|
||||
// Reentrant lock for dropping banes
|
||||
|
||||
Reference in New Issue
Block a user