1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-07-09 15:37:45 +00:00

Address "warning: useless use of format!"

This commit is contained in:
The Dax 2025-07-04 10:28:21 -04:00 committed by Joshua Goins
parent 86c8d58fe3
commit 3a9912776f

View file

@ -816,7 +816,7 @@ async fn client_loop(
connection.send_message("Insufficient gil to buy item. Nice try bypassing the client-side check!").await;
}
} else {
connection.send_message(&format!("Unable to find shop item, this is a bug in Kawari!")).await;
connection.send_message("Unable to find shop item, this is a bug in Kawari!").await;
}
} else if *buy_sell_mode == SELL {
// TODO: Implement selling items back to shops