1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-07-10 07:57:46 +00:00

Address "warning: unneeded return statement"

This commit is contained in:
The Dax 2025-06-30 20:17:18 -04:00 committed by Joshua Goins
parent 02472a2332
commit 3fc863616c

View file

@ -394,7 +394,7 @@ impl UserData for LuaPlayer {
Vec<u32>, Vec<u32>,
)| { )| {
this.play_scene(target, event_id, scene, scene_flags, &params); this.play_scene(target, event_id, scene, scene_flags, &params);
return Ok(()); Ok(())
}, },
); );
methods.add_method_mut( methods.add_method_mut(