mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-03 04:16:19 -04:00
Fixed #313
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user