Skip to content

Commit

Permalink
fix: always invoke OnRoomsRegistered, even if no rooms are added
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchmoecker committed Jul 19, 2024
1 parent b2faaa2 commit c0d348f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion JotunnLib/Managers/DungeonManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,9 @@ private void OnDungeonDBStarted()

DungeonDB.instance.GenerateHashList();
GenerateHashes();
InvokeOnRoomsRegistered();
}

InvokeOnRoomsRegistered();
}

private void OnDungeonGeneratorSetupAvailableRooms(DungeonGenerator self)
Expand Down

0 comments on commit c0d348f

Please sign in to comment.