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 authored and probablykory committed Sep 21, 2024
1 parent df1cf75 commit 9db9372
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 9db9372

Please sign in to comment.