html terminal
Diffstat (limited to 'src/webhook.rs')
-rw-r--r--src/webhook.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webhook.rs b/src/webhook.rs
index 6fc2195..e0b24b4 100644
--- a/src/webhook.rs
+++ b/src/webhook.rs
@@ -102,7 +102,7 @@ impl<'a> Webhook<'a> {
self.send_message("server", &format!("loading map {map}"))
.await;
}
- _ => return,
+ _ => (),
}
}
}