From 1d04369ef2f7f23ace4dd4a7331b261046a02fa8 Mon Sep 17 00:00:00 2001 From: Condorra Date: Sat, 18 Feb 2023 00:24:28 +1100 Subject: [PATCH] Supply staff contact email in place of under development message --- blastmud_game/src/message_handler/new_session.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blastmud_game/src/message_handler/new_session.rs b/blastmud_game/src/message_handler/new_session.rs index 2755a83..8d4807c 100644 --- a/blastmud_game/src/message_handler/new_session.rs +++ b/blastmud_game/src/message_handler/new_session.rs @@ -14,8 +14,8 @@ pub async fn handle(session: &ListenerSession, source: String, pool: &DBPool) -> \tregister username> password> email> to register as a new user.\r\n\ \tlogin username> password> to log in as an existing user.\r\n\ \thelp to learn more.\r\n\ - [Please note BlastMud is still under development. You are welcome to play as we \ - develop it, but note it might still have bugs, unimplemented features, and \ - unbalanced gameplay aspects].\r\n"))).await?; + [Please contact staff@blastmud.org with any feedback or suggestions on how to \r\n\ + improve Blastmud, to report any inappropriate user generated content or behaviour, or if you \r\n\ + need any other help from the game's operators].\r\n"))).await?; Ok(()) }