CloudburstMC / Cloudburst

Cloudburst Server is a Bedrock first server software. Originally forked from Cloudburst Nukkit.
178 stars 70 forks source link

Minor refactor in event loop logic #122

Closed johnbanq closed 2 weeks ago

johnbanq commented 3 years ago

Move TPS calculation logic into another class & renamed nextTick to nextTickTimeMillis.

Not much of an addition, but is helpful in terms of slicing up the mega CloudServer object.