5 seconds rather than 50
This commit is contained in:
parent
ee7a29d387
commit
fd31706333
@ -42,7 +42,7 @@ public class RainbowSheep implements Listener
|
||||
return;
|
||||
}
|
||||
|
||||
if (UtilTime.elapsed(_start, 50000))
|
||||
if (UtilTime.elapsed(_start, 5000))
|
||||
{
|
||||
for (Sheep sheep : _sheep)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user