bump deps ver, use result instead of panic for fs watcher, hardcode dahlia tech to 1st unit

This commit is contained in:
yuvlian
2026-04-30 20:31:00 +07:00
parent 5e0f2a9673
commit 676bd63dac
12 changed files with 3151 additions and 3060 deletions
+2 -2
View File
@@ -110,7 +110,7 @@ pub async fn on_send_msg_cs_req(
if let Some((cmd, args)) = parse_command(msg) {
match cmd {
"sync" => {
session.sync_player().await;
let _ = session.sync_player().await;
session
.send(create_send_message(
25,
@@ -144,7 +144,7 @@ pub async fn on_send_msg_cs_req(
.await
.unwrap();
session.sync_player().await;
let _ = session.sync_player().await;
session
.send(create_send_message(