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
1 changed files with 1 additions and 1 deletions

View File

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