mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-16 17:05:20 +01:00
Format code [skip actions]
This commit is contained in:
@@ -44,8 +44,7 @@ public final class ServerTask implements Runnable {
|
||||
if (shouldRun) this.considerDelay = false;
|
||||
|
||||
return shouldRun; // Return the result.
|
||||
} else if (this.period != -1)
|
||||
return ticks % this.period == 0;
|
||||
} else if (this.period != -1) return ticks % this.period == 0;
|
||||
else return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user