internal bool GetResourceBiomeLock() { bool resourcelock = true; if (scansatinstalled) { resourcelock = SCANUtil.resourceBiomeLockEnabled(); } return(resourcelock); }