mirror of
https://github.com/redstrate/Kawari.git
synced 2025-06-21 07:27:45 +00:00
Fix clippy warning
This commit is contained in:
parent
80885f0eeb
commit
8cc59f4793
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ impl LuaPlayer {
|
||||||
timestamp: timestamp_secs(),
|
timestamp: timestamp_secs(),
|
||||||
data: ServerZoneIpcData::Warp(Warp {
|
data: ServerZoneIpcData::Warp(Warp {
|
||||||
dir: write_quantized_rotation(&rotation),
|
dir: write_quantized_rotation(&rotation),
|
||||||
position: position,
|
position,
|
||||||
..Default::default()
|
..Default::default()
|
||||||
}),
|
}),
|
||||||
..Default::default()
|
..Default::default()
|
||||||
|
|
Loading…
Add table
Reference in a new issue