5 seconds rather than 50

This commit is contained in:
Sam 2017-04-24 23:21:10 +01:00 committed by cnr
parent ee7a29d387
commit fd31706333

View File

@ -42,7 +42,7 @@ public class RainbowSheep implements Listener
return; return;
} }
if (UtilTime.elapsed(_start, 50000)) if (UtilTime.elapsed(_start, 5000))
{ {
for (Sheep sheep : _sheep) for (Sheep sheep : _sheep)
{ {