StompyNZ

Results 1 comments of StompyNZ

not sure if you've covered it yet, but there's also the land claims :) ``` if (blockValue.Block.IndexName == "lpblock") { GameManager.Instance.persistentPlayers.RemoveLandProtectionBlock(new Vector3i(x, y, z)); } ``` I'm guessing I need...