mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-11-02 17:00:19 +01:00
Set MobSign runnable
This commit is contained in:
parent
02c159e3df
commit
dcc7d4e4fb
@ -119,6 +119,8 @@ public class MobSign extends Windup {
|
||||
n = NumberUtil.parseInt(attributes[1]);
|
||||
initialAmount = n;
|
||||
provider = attributes.length == 3 ? providers.get(attributes[2]) : null;
|
||||
|
||||
setRunnable(new MobSpawnTask(api, this, n));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user