diff --git a/src/commands.rs b/src/commands.rs index 86a056e..746af99 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -17,7 +17,6 @@ use bevy::math::DVec3; use bevy::pbr::{NotShadowCaster, NotShadowReceiver}; use crate::{actor, camera, chat, hud, nature, shading, skeleton, var, world}; use regex::Regex; -use std::f32::consts::PI; use std::f64::consts::PI as PI64; use std::time::SystemTime;