1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-06-20 23:17:45 +00:00

Fix clippy warning

This commit is contained in:
The Dax 2025-06-18 11:20:47 -04:00 committed by Joshua Goins
parent 80885f0eeb
commit 8cc59f4793

View file

@ -94,7 +94,7 @@ impl LuaPlayer {
timestamp: timestamp_secs(),
data: ServerZoneIpcData::Warp(Warp {
dir: write_quantized_rotation(&rotation),
position: position,
position,
..Default::default()
}),
..Default::default()