Remove commented code
This commit is contained in:
parent
64d28128f8
commit
d4f10496e9
1 changed files with 0 additions and 10 deletions
|
@ -45,16 +45,6 @@ public class TimeForwardRunnable extends BukkitRunnable {
|
|||
perSkip = Math.clamp(perSkip, 20, 200);
|
||||
perSkip = (long) (perSkip * sleepPercentage);
|
||||
|
||||
/*long perSkip = (long) (Math.pow(untilDay, 2) / 10000);
|
||||
perSkip = Math.clamp(perSkip, 5, 200);
|
||||
perSkip = (long) (perSkip * sleepPercentage);*/
|
||||
|
||||
|
||||
/*System.out.println("asdasd");
|
||||
System.out.println(sleepPercentage);
|
||||
System.out.println(untilDay);
|
||||
System.out.println(perSkip);*/
|
||||
|
||||
world.setTime(world.getTime() + perSkip);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue