mirror of
https://github.com/redstrate/Kawari.git
synced 2025-07-10 16:07:45 +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>,
|
Vec<u32>,
|
||||||
)| {
|
)| {
|
||||||
this.play_scene(target, event_id, scene, scene_flags, ¶ms);
|
this.play_scene(target, event_id, scene, scene_flags, ¶ms);
|
||||||
return Ok(());
|
Ok(())
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
methods.add_method_mut(
|
methods.add_method_mut(
|
||||||
|
|
Loading…
Add table
Reference in a new issue