Skip to content

Commit

Permalink
Merge pull request #243 from DebugOk/demon-tiles
Browse files Browse the repository at this point in the history
Hotfix demon tiles
  • Loading branch information
Cheackraze authored Aug 21, 2023
2 parents 759e07d + 54b54bf commit 173d605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Procedural/DungeonJob.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public DungeonJob(
await PostGen(dordor, dungeon, _gridUid, _grid, random);
break;
case DungeonEntrancePostGen entrance:
await PostGen(entrance, dungeon, _gridUid, _grid, random);
// await PostGen(entrance, dungeon, _gridUid, _grid, random);
break;
case ExternalWindowPostGen externalWindow:
await PostGen(externalWindow, dungeon, _gridUid, _grid, random);
Expand Down

0 comments on commit 173d605

Please sign in to comment.