mirror of
https://codeberg.org/spire/dispenser.git
synced 2026-06-03 18:14:06 +02:00
don't stop if we can't get player count
This commit is contained in:
parent
bdbfa98247
commit
a3320e9c9b
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ async fn run_loop(
|
|||
}
|
||||
Err(e) => {
|
||||
error!("Error while trying get player count: {}", e);
|
||||
true
|
||||
false
|
||||
}
|
||||
};
|
||||
if stop {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue