diff --git a/server/src/cmd.rs b/server/src/cmd.rs index 93533b3b23..1c420cc701 100644 --- a/server/src/cmd.rs +++ b/server/src/cmd.rs @@ -212,7 +212,7 @@ fn handle_pet(server: &mut Server, entity: EcsEntity, args: String, action: &Cha .read_component_cloned::(entity) { Some(mut pos) => { - pos.0.x += 1.0; + pos.0.x += 1.0; // Temp fix TODO: Solve NaN issue with positions of pets server .create_npc( pos,