clean up equipping api
This commit is contained in:
@@ -84,7 +84,7 @@ function createSocket(events) {
|
||||
}
|
||||
|
||||
function sendVboxBuyEquip(instanceId, group, index, constructId) {
|
||||
send(['VboxBuyEquip', { instance_id: instanceId, group, index, construct_id: constructId }]);
|
||||
send(['VboxBuy', { instance_id: instanceId, group, index, construct_id: constructId }]);
|
||||
events.clearInstance();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user