mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 12:13:54 -07:00
added method to force an inventory update
This commit is contained in:
@@ -126,7 +126,7 @@ public class Explosion {
|
||||
DamageCause damageType;
|
||||
int damageDone = (int) ((d10 * d10 + d10) / 2.0D * 8.0D * (double) this.f + 1.0D);
|
||||
|
||||
if(damagee == null){
|
||||
if(damagee == null) {
|
||||
// nothing was hurt
|
||||
} else if (e == null) { // Block explosion
|
||||
// TODO: get the x/y/z of the tnt block?
|
||||
|
Reference in New Issue
Block a user