Don't Starve Together

Don't Starve Together

MyHome Reworked
Bug report: Client Crash, prefabs/myhome_placemarker.lua
While in a modded house (such as one from the "Sweet House" mod), attempting to click & drag wall-type items in your inventory will sometimes cause a client crash. I've found that this can be fixed by adding the following line after cx, cy, and cz are defined in the IsNearOceanIce function:

if not cx or not cy or not cz then return false end