forked from SteamWar/SteamWar
Format code
This commit is contained in:
@@ -37,7 +37,7 @@ public class SlowMoRunner {
|
||||
|
||||
static {
|
||||
Bukkit.getScheduler().runTaskTimer(MissileWars.getPlugin(), () -> {
|
||||
if(currentTime > 0) {
|
||||
if (currentTime > 0) {
|
||||
current += 1;
|
||||
if (current % 5 == 0) {
|
||||
SlowMoUtils.unfreeze();
|
||||
|
||||
Reference in New Issue
Block a user