3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-20 05:20:07 +01:00

Fixed maps crashing/disconnecting the client under certain circumstances.

Dieser Commit ist enthalten in:
EvilSeph 2011-07-21 13:32:16 -04:00
Ursprung bfa22f3025
Commit 97a6534ee6

Datei anzeigen

@ -101,6 +101,7 @@ public class ItemWorldMap extends ItemWorldMapBase {
if (!flag1) { if (!flag1) {
--k4; --k4;
if (k4 <= 0) break; // CraftBukkit
j5 = chunk.getTypeId(l4 + k3, k4 - 1, j4 + l3); j5 = chunk.getTypeId(l4 + k3, k4 - 1, j4 + l3);
} }
} while (!flag1); } while (!flag1);