mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-03 11:44:40 +00:00
cleanup: flatten dead branches in world io level network and stats
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user