mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
fix the silly typo
This commit is contained in:
parent
342130e216
commit
0c05cd28f6
@ -61,7 +61,7 @@ namespace NewHorizons.Builder.Props
|
|||||||
{
|
{
|
||||||
Random.InitState(propInfo.seed);
|
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
|
// this is a backward compat thing lol
|
||||||
if (config.Water != null && propInfo.minHeight == null) propInfo.minHeight = config.Water.size - 1f;
|
if (config.Water != null && propInfo.minHeight == null) propInfo.minHeight = config.Water.size - 1f;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user