From 8cc59f4793718a62dbdaa3a543bf0706eb7e4ee5 Mon Sep 17 00:00:00 2001 From: The Dax Date: Wed, 18 Jun 2025 11:20:47 -0400 Subject: [PATCH] Fix clippy warning --- src/world/lua.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world/lua.rs b/src/world/lua.rs index 3655387..32f6808 100644 --- a/src/world/lua.rs +++ b/src/world/lua.rs @@ -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()