Updated AetherDrops script.
Contributed by nasseka.
This commit is contained in:
@@ -117,11 +117,11 @@ public class AetherDrops extends AbstractNpcAI
|
||||
}
|
||||
|
||||
// Update data for online players.
|
||||
World.getInstance().getPlayers().stream().forEach(plr ->
|
||||
for (Player plr : World.getInstance().getPlayers())
|
||||
{
|
||||
plr.getVariables().remove(AETHER_DROP_COUNT_VAR);
|
||||
plr.getVariables().storeMe();
|
||||
});
|
||||
}
|
||||
|
||||
cancelQuestTimers("schedule");
|
||||
startQuestTimer("schedule", 1000, null, null);
|
||||
|
Reference in New Issue
Block a user