welcome back

This commit is contained in:
LAX1DUDE 2022-07-27 20:37:15 -07:00
parent f18d793896
commit 04ca506f5a
5 changed files with 1824 additions and 1824 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -66,9 +66,9 @@ public class EAGMinecraftServer extends MinecraftServer {
}
}
delta -= 50L;
lastTick = System.currentTimeMillis();
this.tick();
mustYield = true;
lastTick = System.currentTimeMillis();
}
}

View File

@ -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");
}