forked from mirror/MCSM-Daemon
modified: src/entity/instance/on_demand.ts
This commit is contained in:
parent
fc2322a82e
commit
5cc32ac826
@ -53,7 +53,7 @@ export class OnDemandRunner {
|
||||
continue;
|
||||
}
|
||||
this.count++;
|
||||
if (this.count >= 1) {
|
||||
if (this.count >= 30) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user