mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 12:13:54 -07:00
Changes to reflect new Environment enum
This commit is contained in:
@@ -162,9 +162,6 @@ class PlayerInstance {
|
||||
} else {
|
||||
this.a((Packet) (new Packet52MultiBlockChange(this.c, this.d, this.f, this.g, world))); // Craftbukkit
|
||||
|
||||
System.out.println("MultiBlockChange called for world " + world.w);
|
||||
new Exception().printStackTrace();
|
||||
|
||||
for (i = 0; i < this.g; ++i) {
|
||||
j = this.c * 16 + (this.g >> 12 & 15);
|
||||
k = this.g & 255;
|
||||
|
Reference in New Issue
Block a user