Fix hub time after light flicker

This commit is contained in:
Shaun Bennett 2015-10-18 18:52:16 -04:00
parent 9e7629b1fe
commit 6d7f15cd6d
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ public class LightFlicker extends BukkitRunnable
{
_world.setTime(_previousTime);
cancel();
return;
}
if (_ticks % 5 == 0)