mirror of
https://github.com/redstrate/Kawari.git
synced 2025-07-09 23:47:46 +00:00
Address "warning: unneeded return
statement"
This commit is contained in:
parent
02472a2332
commit
3fc863616c
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ impl UserData for LuaPlayer {
|
|||
Vec<u32>,
|
||||
)| {
|
||||
this.play_scene(target, event_id, scene, scene_flags, ¶ms);
|
||||
return Ok(());
|
||||
Ok(())
|
||||
},
|
||||
);
|
||||
methods.add_method_mut(
|
||||
|
|
Loading…
Add table
Reference in a new issue