mirror of
https://github.com/redstrate/Kawari.git
synced 2025-06-20 23:17:45 +00:00
Remove spammy log message from chat handler
This commit is contained in:
parent
c1dc138e3c
commit
9770497fe5
1 changed files with 0 additions and 2 deletions
|
@ -10,8 +10,6 @@ pub struct ChatHandler {}
|
|||
|
||||
impl ChatHandler {
|
||||
pub async fn handle_chat_message(connection: &mut ZoneConnection, chat_message: &ChatMessage) {
|
||||
tracing::info!("Client sent chat message: {}!", chat_message.message);
|
||||
|
||||
let parts: Vec<&str> = chat_message.message.split(' ').collect();
|
||||
match parts[0] {
|
||||
"!spawnnpc" => {
|
||||
|
|
Loading…
Add table
Reference in a new issue