Format code [skip actions]

This commit is contained in:
github-actions
2023-07-29 15:40:10 +00:00
parent 98fbc4e512
commit 4320bc7d29
4 changed files with 48 additions and 21 deletions

View File

@@ -536,7 +536,7 @@ public final class Scene {
return;
}
if(!isPaused) {
if (!isPaused) {
this.getScheduler().runTasks();
}