mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-09-11 22:45:06 -04:00
3.1 Config Updates Continued
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user