Fix return type

pull/21833/head
Travis Ralston 2020-06-12 08:40:08 -06:00
parent 6b54c3a492
commit 6de6d94f7c
1 changed files with 1 additions and 1 deletions

View File

@ -508,7 +508,7 @@ export class Algorithm extends EventEmitter {
if (cause === RoomUpdateCause.NewRoom) {
// TODO: Be smarter and insert rather than regen the planet.
await this.setKnownRooms([room, ...this.rooms]);
return;
return true;
}
if (cause === RoomUpdateCause.RoomRemoved) {