Handlers created for vault interactions
This commit is contained in:
@@ -193,7 +193,7 @@ public class Account extends AbstractGameObject {
|
||||
}
|
||||
}
|
||||
|
||||
public synchronized void transferItemFromInventoryToVault(TransferItemFromInventoryToVaultMsg msg, ClientConnection origin) {
|
||||
public synchronized void transferItemFromInventoryToVault(ItemToVaultMsg msg, ClientConnection origin) {
|
||||
|
||||
PlayerCharacter player = origin.getPlayerCharacter();
|
||||
Dispatch dispatch;
|
||||
@@ -233,7 +233,7 @@ public class Account extends AbstractGameObject {
|
||||
}
|
||||
}
|
||||
|
||||
public synchronized void transferItemFromVaultToInventory(TransferItemFromVaultToInventoryMsg msg, ClientConnection origin) {
|
||||
public synchronized void transferItemFromVaultToInventory(ItemFromVaultMsg msg, ClientConnection origin) {
|
||||
|
||||
PlayerCharacter player = origin.getPlayerCharacter();
|
||||
Dispatch dispatch;
|
||||
|
||||
Reference in New Issue
Block a user