13
0
geforkt von Mirrors/Paper
By: md_5 <md_5@live.com.au>
Dieser Commit ist enthalten in:
Spigot 2013-01-24 19:28:22 +11:00
Ursprung 01b59cf819
Commit c1aa17a5ad

Datei anzeigen

@ -209,7 +209,7 @@ index 0000000..1ac8c26
+ buffer[index] = (byte) Block.STONE.id;
+ }
+ }
+ if (++index > buffer.length) {
+ if (++index >= buffer.length) {
+ return;
+ }
+ }