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/book.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/book.rs')
| -rw-r--r-- | server/src/entity/book.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/entity/book.rs b/server/src/entity/book.rs index 11ec847b..5833a871 100644 --- a/server/src/entity/book.rs +++ b/server/src/entity/book.rs @@ -16,7 +16,7 @@ */ use super::{Entity, EntityContext}; -use crate::TrError; +use crate::message::TrError; use anyhow::Result; use hurrycurry_protocol::{glam::IVec2, Menu, PacketC, PlayerID}; |