Remove after placements/genWorldPlacements

This commit is contained in:
2025-09-02 12:03:41 +01:00
parent 7b28ec15d1
commit dc13c61dca
3 changed files with 0 additions and 13 deletions
-1
View File
@@ -16,7 +16,6 @@ worldToGenWorld rms w =
GenWorld
{ _gwWorld = w & cWorld . cwGen . cwgParams .~ evalState generateGenParams (_randGen w)
, _genRooms = rms
, _genPlacements = mempty
}
generateGenParams :: RandomGen g => State g GenParams