mirror of
https://github.com/redstrate/Kawari.git
synced 2025-07-10 07:57:46 +00:00
Address "warning: using clone
on type [u32; 10]
which implements the Copy
trait"
This commit is contained in:
parent
1f065472d0
commit
1fe3e3e81d
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@ pub async fn server_main_loop(mut recv: Receiver<ToServer>) -> Result<(), std::i
|
||||||
};
|
};
|
||||||
|
|
||||||
player.common.main_weapon_model = main_weapon_id;
|
player.common.main_weapon_model = main_weapon_id;
|
||||||
player.common.models = model_ids.clone();
|
player.common.models = model_ids;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Inform all clients about their new equipped model ids
|
// Inform all clients about their new equipped model ids
|
||||||
|
|
Loading…
Add table
Reference in a new issue