cleanup: flatten dead branches in world io level network and stats

This commit is contained in:
MatthewBeshay
2026-03-26 20:53:52 +11:00
parent 12ff12a263
commit 8d3c504ee6
93 changed files with 274 additions and 3246 deletions

View File

@@ -70,13 +70,7 @@ bool PortalForcer::findPortal(std::shared_ptr<Entity> e, double xOriginal,
if (level->dimension->id == -1) {
r *= 3;
} else {
#if 0
// AP poor little Vita takes 30 seconds to leave the Nether. This should
// help
r *= 5;
#else
r *= 8;
#endif
}
double closest = -1;
int xTarget = 0;