diff --git a/assets/weapons/ak105_rifle.glb b/assets/weapons/ak105_rifle.glb index 3d37094..ac866e2 100644 Binary files a/assets/weapons/ak105_rifle.glb and b/assets/weapons/ak105_rifle.glb differ diff --git a/src/comps/core/items/guns/glock17.rs b/src/comps/core/items/guns/glock17.rs index 9317bbf..5830f82 100644 --- a/src/comps/core/items/guns/glock17.rs +++ b/src/comps/core/items/guns/glock17.rs @@ -132,6 +132,7 @@ impl Item for Glock17GunItem { todo!() } + #[allow(unused)] fn set_state(&self, state: Option) { todo!() }