3.1 Config Updates Continued

This commit is contained in:
AconiteGodOfSWG
2021-03-30 03:02:28 -04:00
parent 355796dd48
commit dc9e2432ac
94 changed files with 338 additions and 311 deletions
@@ -284,7 +284,7 @@ public class spawner_random extends script.base_script
return SCRIPT_CONTINUE;
}
public boolean canSpawnByConfigSetting() throws InterruptedException {
return !spawning.AREA_SPAWNERS_DISABLED;
return !spawning.isSpawnerTypeDisabled(spawning.AREA_SPAWNERS);
}
public int OnDestroy(obj_id self) throws InterruptedException
{