fix the silly typo

This commit is contained in:
JohnCorby 2023-04-22 12:56:20 -07:00
parent 342130e216
commit 0c05cd28f6

View File

@ -61,7 +61,7 @@ namespace NewHorizons.Builder.Props
{
Random.InitState(propInfo.seed);
// By default don't put underwater more than a mater
// By default don't put underwater more than a meter
// this is a backward compat thing lol
if (config.Water != null && propInfo.minHeight == null) propInfo.minHeight = config.Water.size - 1f;