Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-15 11:00:06 +01:00
Fix AIOOBE
Dieser Commit ist enthalten in:
Ursprung
0c9154899b
Commit
21a8ef9729
@ -209,7 +209,7 @@ index 0000000..1ac8c26
|
||||
+ buffer[index] = (byte) Block.STONE.id;
|
||||
+ }
|
||||
+ }
|
||||
+ if (++index > buffer.length) {
|
||||
+ if (++index >= buffer.length) {
|
||||
+ return;
|
||||
+ }
|
||||
+ }
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren