diff --git a/NewHorizons/Handlers/DreamHandler.cs b/NewHorizons/Handlers/DreamHandler.cs index 5a967bdd..d96e6457 100644 --- a/NewHorizons/Handlers/DreamHandler.cs +++ b/NewHorizons/Handlers/DreamHandler.cs @@ -71,6 +71,9 @@ namespace NewHorizons.Handlers dwc._dreamWorldVolume = null; dwc._planetBody = null; dwc._ringWorldController = null; + + // Dreamworld has a giant plane for simulation water, we don't want that in our custom world + dwc._primarySimulationRoot.Find("water_simulation").gameObject.SetActive(false); }); }