fixed typo

This commit is contained in:
Joel 2020-05-11 00:04:59 +02:00
parent 42e1212b0b
commit dd96c58976

View File

@ -62,7 +62,7 @@ class Farm
}
}
}
if (dirtCount == 0)
if (dirtCount != 0)
init(Size, housepos);
}