Chris

Results 63 comments of Chris
trafficstars

This still exists. Rewritten SSC may help in diagnosing/fixing as the spawn code won't be lumped in all over the place

We figured out where 138 comes from (its functionally useless) - does this still need patching? We now send the client all the research unlocked on an SSC server

Does this still need fixing?

This is caused by the config option `AllowCutTilesAndBreakables`. The issue likely arises from this line: https://github.com/NyxStudios/TShock/blob/general-devel/TShockAPI/GetDataHandlers.cs#L2194, where cut tiles and breakables are checked before region permissions. Possible solutions: * remove...

Regions do protect herbs, just not if you set `AllowCutTilesAndBreakables` to true in your config. To fix this change `"AllowCutTilesAndBreakables": true` to `"AllowCutTilesAndBreakables": false`

I believe there already is a cooldown - we'll look into implementing an elegant solution such that flowers/vines may be cut but **not** herbs, pots, walls, etc. Added to my...

Following the link to Pryaxis/TShock#919, it seems this was never acted upon

>Perhaps ReadNetModule? It just triggers a NetModule to be loaded from the stream. If that's the case, is `LoadNetModule` not accurate?