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
javascript
sp-server/src/main/java/net
lax1dude/eaglercraft/sp
minecraft/src

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

@ -334,7 +334,7 @@ public class WorldServer extends World {
}
}
}
this.theProfiler.endStartSection("tickTiles");
ExtendedBlockStorage[] var19 = var7.getBlockStorageArray();
var9 = var19.length;