Skip to content

Commit 7913631

Browse files
committed
Add LWS to forest
1 parent d726b9c commit 7913631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/MapAreas/MapLevels.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ private MapLevels(
125125
private static readonly MapLevels[] PresetLevels = new[]
126126
{
127127
new MapLevels(0, TutorialMapConfig, [4], [0], [5], [], 1),
128-
new MapLevels(1, FirstMapConfig, [1, 2, 11, 12], [3, 13], [0], [], 2),
128+
new MapLevels(1, FirstMapConfig, [1, 2, 11, 12, 15], [3, 13], [0], [], 2),
129129
new MapLevels(
130130
2,
131131
CityMapConfig,

0 commit comments

Comments
 (0)