This commit is contained in:
Waverunner
2014-03-29 18:36:31 -04:00
parent 00d8f277f1
commit f9dfc0a766
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -749,7 +749,7 @@ public class EntertainmentService implements INetworkDispatch {
scheduler.schedule(() -> {
performer.setFlourishCount(0);
performer.setPerformingFlourish(true);
performer.setPerformingFlourish(false);
}, (long) performance.getLoopDuration(), TimeUnit.SECONDS);
}