fixed typo
This commit is contained in:
parent
42e1212b0b
commit
dd96c58976
@ -62,7 +62,7 @@ class Farm
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (dirtCount == 0)
|
if (dirtCount != 0)
|
||||||
init(Size, housepos);
|
init(Size, housepos);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user