Smol fix
This commit is contained in:
parent
8b49c1fbe5
commit
11fa07b5d3
@ -107,6 +107,7 @@ trait ResponseHandler
|
|||||||
$only_updates = false;
|
$only_updates = false;
|
||||||
|
|
||||||
$this->handle_response($this->datacenter->sockets[$datacenter]->incoming_messages[$current_msg_id]['content'][$msg_id_type], $current_msg_id, $datacenter);
|
$this->handle_response($this->datacenter->sockets[$datacenter]->incoming_messages[$current_msg_id]['content'][$msg_id_type], $current_msg_id, $datacenter);
|
||||||
|
unset($msg_id_type);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'new_session_created':
|
case 'new_session_created':
|
||||||
|
Loading…
Reference in New Issue
Block a user