geforkt von Mirrors/Paper
CraftBlock.toString shouldn't make legacy call
Dieser Commit ist enthalten in:
Ursprung
814c742554
Commit
7c0f69e449
@ -220,7 +220,7 @@ public class CraftBlock implements Block {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return "CraftBlock{pos=" + position + ",type=" + getType() + ",data=" + getData() + '}';
|
return "CraftBlock{pos=" + position + ",type=" + getType() + ",data=" + getNMS() + '}';
|
||||||
}
|
}
|
||||||
|
|
||||||
public static BlockFace notchToBlockFace(EnumDirection notch) {
|
public static BlockFace notchToBlockFace(EnumDirection notch) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren