mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
Update for 1.0.0
This commit is contained in:
@@ -28,7 +28,7 @@ public class TileEntitySign extends TileEntity {
|
||||
}
|
||||
}
|
||||
|
||||
public Packet l() {
|
||||
public Packet k() {
|
||||
String[] astring = new String[4];
|
||||
|
||||
for (int i = 0; i < 4; ++i) {
|
||||
@@ -44,7 +44,7 @@ public class TileEntitySign extends TileEntity {
|
||||
return new Packet130UpdateSign(this.x, this.y, this.z, astring);
|
||||
}
|
||||
|
||||
public boolean a() {
|
||||
public boolean c() {
|
||||
return this.isEditable;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user