Set MobSign runnable

This commit is contained in:
Daniel Saukel 2020-03-18 17:07:47 +01:00
parent 02c159e3df
commit dcc7d4e4fb

View File

@ -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));
}
/**