style(fmt): make rustfmt happy and update plugins
This commit is contained in:
parent
a721495839
commit
514d9c9b0e
4 changed files with 1 additions and 4 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -117,10 +117,7 @@ pub(crate) fn wasm_thread_main(
|
||||||
let main_user_env = plugin_env.clone();
|
let main_user_env = plugin_env.clone();
|
||||||
load_plugin(&mut main_user_instance);
|
load_plugin(&mut main_user_instance);
|
||||||
|
|
||||||
plugin_map.insert(
|
plugin_map.insert((plugin_id, client_id), (main_user_instance, main_user_env));
|
||||||
(plugin_id, client_id),
|
|
||||||
(main_user_instance, main_user_env),
|
|
||||||
);
|
|
||||||
|
|
||||||
// clone plugins for the rest of the client ids if they exist
|
// clone plugins for the rest of the client ids if they exist
|
||||||
for client_id in connected_clients.iter() {
|
for client_id in connected_clients.iter() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue