diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-24 12:43:42 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-24 12:43:42 +0200 |
commit | 9453f5f4b3e68d79fb09494b55bc885432ac0351 (patch) | |
tree | 66eea4b897cda02db1b72bbe305afcc6e4e8a4d8 /server/src/entity/mod.rs | |
parent | f68d3a579f05e5bbe490cbaa9cc4d1e1bff208ac (diff) | |
download | hurrycurry-9453f5f4b3e68d79fb09494b55bc885432ac0351.tar hurrycurry-9453f5f4b3e68d79fb09494b55bc885432ac0351.tar.bz2 hurrycurry-9453f5f4b3e68d79fb09494b55bc885432ac0351.tar.zst |
format server in english locale
Diffstat (limited to 'server/src/entity/mod.rs')
-rw-r--r-- | server/src/entity/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/entity/mod.rs b/server/src/entity/mod.rs index aa565c83..3dad1311 100644 --- a/server/src/entity/mod.rs +++ b/server/src/entity/mod.rs @@ -25,7 +25,7 @@ pub mod item_portal; pub mod player_portal; pub mod tutorial; -use crate::{data::ItemTileRegistry, scoreboard::ScoreboardStore, TrError}; +use crate::{data::ItemTileRegistry, scoreboard::ScoreboardStore, message::TrError}; use anyhow::{anyhow, Result}; use book::Book; use campaign::{Gate, GateCondition, Map}; |