[ci skip] Add more identifying patch comments
This commit is contained in:
parent
3c246dc632
commit
66431e1300
84 changed files with 265 additions and 271 deletions
|
|
@ -93,7 +93,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
this.setHurtEntities(true);
|
||||
}
|
||||
}
|
||||
+ // Paper Start - Expand FallingBlock API
|
||||
+ // Paper start - Expand FallingBlock API
|
||||
+ @Override
|
||||
+ public boolean doesAutoExpire() {
|
||||
+ return this.getHandle().autoExpire;
|
||||
|
|
@ -103,5 +103,5 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ public void shouldAutoExpire(boolean autoExpires) {
|
||||
+ this.getHandle().autoExpire = autoExpires;
|
||||
+ }
|
||||
+ // Paper End - Expand FallingBlock API
|
||||
+ // Paper end - Expand FallingBlock API
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue