socket update for vbox
This commit is contained in:
parent
b4cf3f4eb4
commit
1eb2f6084c
@ -93,8 +93,8 @@ function createSocket(events) {
|
||||
send({ method: 'player_state', params: { instance_id: instanceId } });
|
||||
}
|
||||
|
||||
function sendVboxAccept(instanceId, i) {
|
||||
send({ method: 'player_vbox_accept', params: { instance_id: instanceId, index: i } });
|
||||
function sendVboxAccept(instanceId, group, index) {
|
||||
send({ method: 'player_vbox_accept', params: { instance_id: instanceId, group, index } });
|
||||
}
|
||||
|
||||
function sendVboxApply(instanceId, crypId, index) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user