mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-07 16:17:49 +02:00
BUGFIX: Running scripts may be loaded before main UI (#1726)
This commit is contained in:
@@ -16,7 +16,7 @@ export class EventEmitter<T extends any[]> {
|
||||
}
|
||||
}
|
||||
|
||||
hasSubscibers(): boolean {
|
||||
hasSubscribers(): boolean {
|
||||
return this.subscribers.size > 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user