Skip to content

Commit c5faa64

Browse files
committedDec 29, 2014
Cavegen: Fix copy & paste error (solves #2020)
1 parent 570c204 commit c5faa64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/cavegen.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ void CaveV6::makeCave(v3s16 nmin, v3s16 nmax, int max_stone_height) {
122122
// Add generation notify end event
123123
abs_pos = v3s16(of.X + orp.X, of.Y + orp.Y, of.Z + orp.Z);
124124
notifytype = large_cave ?
125-
GENNOTIFY_LARGECAVE_BEGIN : GENNOTIFY_CAVE_BEGIN;
125+
GENNOTIFY_LARGECAVE_END : GENNOTIFY_CAVE_END;
126126
mg->gennotify.addEvent(notifytype, abs_pos);
127127
}
128128

0 commit comments

Comments
 (0)
Please sign in to comment.