Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-17 05:20:05 +01:00
Fixed maps crashing/disconnecting the client under certain circumstances.
Dieser Commit ist enthalten in:
Ursprung
9b635aacc4
Commit
1ea0037f49
@ -112,6 +112,7 @@ public class ItemWorldMap extends ItemWorldMapBase {
|
||||
|
||||
if (!flag1) {
|
||||
--k4;
|
||||
if (k4 <= 0) break; // CraftBukkit
|
||||
j5 = chunk.getTypeId(l4 + k3, k4 - 1, j4 + l3);
|
||||
}
|
||||
} while (k4 > 0 && !flag1);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren