forked from MagicBane/Server
Unused field removed
This commit is contained in:
@@ -22,7 +22,7 @@ import engine.objects.PlayerCharacter;
|
||||
public class ItemToVaultMsgHandler extends AbstractClientMsgHandler {
|
||||
|
||||
public ItemToVaultMsgHandler() {
|
||||
super(ItemToVaultMsg.class);
|
||||
super();
|
||||
}
|
||||
|
||||
//call this if the transfer fails server side to kick the item back to vault from inventory
|
||||
|
||||
Reference in New Issue
Block a user