welcome back
This commit is contained in:
parent
f18d793896
commit
04ca506f5a
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -66,9 +66,9 @@ public class EAGMinecraftServer extends MinecraftServer {
|
|||
}
|
||||
}
|
||||
delta -= 50L;
|
||||
lastTick = System.currentTimeMillis();
|
||||
this.tick();
|
||||
mustYield = true;
|
||||
lastTick = System.currentTimeMillis();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@ public class Profiler {
|
|||
this.profilingMap.put(this.profilingSection, Long.valueOf(var5));
|
||||
}
|
||||
|
||||
if (var5 > 100000000L) {
|
||||
if (var5 > 100000000L) { // -2
|
||||
System.out.println("Something\'s taking too long! \'" + this.profilingSection + "\' took aprox "
|
||||
+ (double) var5 / 1000000.0D + " ms");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user