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
@@ -370,7 +370,7 @@ public class spawner_patrol extends script.base_script
return SCRIPT_CONTINUE;
}
public boolean canSpawnByConfigSetting() throws InterruptedException {
return !spawning.PATROL_SPAWNERS_DISABLED;
return !spawning.isSpawnerTypeDisabled(spawning.AREA_SPAWNERS);
}
public int OnDestroy(obj_id self) throws InterruptedException
{