fix stuff and add warden back
This commit is contained in:
@@ -108,15 +108,15 @@ function createSocket(events) {
|
||||
}
|
||||
|
||||
function sendInstanceJoin(instanceId, constructs) {
|
||||
send(['Instancejoin', { instance_id: instanceId, construct_ids: constructs }]);
|
||||
send(['InstanceJoin', { instance_id: instanceId, construct_ids: constructs }]);
|
||||
}
|
||||
|
||||
function sendInstanceNew(constructs, name, pve) {
|
||||
send(['Instancenew', { construct_ids: constructs, name, pve }]);
|
||||
send(['InstanceLobby', { construct_ids: constructs, name, pve }]);
|
||||
}
|
||||
|
||||
function sendInstanceReady(instanceId) {
|
||||
send(['instance_ready', { instance_id: instanceId }]);
|
||||
send(['InstanceReady', { instance_id: instanceId }]);
|
||||
}
|
||||
|
||||
function sendMtxApply(constructId, mtx) {
|
||||
|
||||
Reference in New Issue
Block a user