DFOnline / CodeClient

A DiamondFire utility client for advanced coding.
MIT License
12 stars 8 forks source link

fix indeterminate plot size issue on mega plots #78

Closed sylviameows closed 3 weeks ago

sylviameows commented 3 weeks ago

mega plots with underground code space were not be given a plot size. this pr should solve the issue by changing a check to look for any not stone block instead of only a grass block.

GeorgeRNG commented 3 weeks ago

this incorrectly measures an underground codespace on a smaller plot as a mega, but I think I made some working code