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