diff options
Diffstat (limited to 'server/src/entity/player_portal.rs')
| -rw-r--r-- | server/src/entity/player_portal.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/server/src/entity/player_portal.rs b/server/src/entity/player_portal.rs index c0faf767..96168faa 100644 --- a/server/src/entity/player_portal.rs +++ b/server/src/entity/player_portal.rs @@ -15,7 +15,7 @@      along with this program.  If not, see <https://www.gnu.org/licenses/>.  */ -use super::{EntityContext, Entity}; +use super::{Entity, EntityContext};  use anyhow::{anyhow, Result};  use hurrycurry_protocol::{glam::Vec2, PacketC}; | 
