From 96424f3a1f1339b53a4791ea186394a025ca22ba Mon Sep 17 00:00:00 2001 From: Condorra Date: Thu, 14 Sep 2023 23:05:34 +1000 Subject: [PATCH] Fix test build. --- blastmud_game/src/message_handler/user_commands.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/blastmud_game/src/message_handler/user_commands.rs b/blastmud_game/src/message_handler/user_commands.rs index ab69679b..2e339e12 100644 --- a/blastmud_game/src/message_handler/user_commands.rs +++ b/blastmud_game/src/message_handler/user_commands.rs @@ -272,6 +272,7 @@ fn resolve_handler(ctx: &VerbContext, cmd: &str) -> Option<&'static UserVerbRef> result } +#[cfg(not(test))] pub async fn handle_in_trans( session: &ListenerSession, msg: &str,