Skip to content

Commit 6eed7c8

Browse files
committed
fix typo
1 parent 3b627e6 commit 6eed7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tweaks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3086,7 +3086,7 @@ TweakError add_shortcut_warps_into_dungeons(World& world) {
30863086
return true;
30873087
});
30883088

3089-
// Only add the DRC light warp if misc entrsnces aren't randomized. This way we know that the DRC entrance is actually on DRI
3089+
// Only add the DRC light warp if misc entrances aren't randomized. This way we know that the DRC entrance is actually on DRI
30903090
if (!world.getSettings().randomize_misc_entrances)
30913091
{
30923092
auto drcEntrance = world.getEntrance("Dragon Roost Pond Past Statues", "DRC First Room")->getReplaces();

0 commit comments

Comments
 (0)