don't stop if we can't get player count

This commit is contained in:
Robin Appelman 2023-08-20 22:47:47 +02:00
commit a3320e9c9b

View file

@ -288,7 +288,7 @@ async fn run_loop(
}
Err(e) => {
error!("Error while trying get player count: {}", e);
true
false
}
};
if stop {