mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 12:02:53 +00:00
Allow spamming of this, by reducing explosion damage to 0, same effect, no mess
This commit is contained in:
parent
fabc1c3dd9
commit
d31e434e4d
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public class Commandkittycannon extends EssentialsCommand
|
||||||
{
|
{
|
||||||
final Location loc = ocelot.getLocation();
|
final Location loc = ocelot.getLocation();
|
||||||
ocelot.remove();
|
ocelot.remove();
|
||||||
loc.getWorld().createExplosion(loc, 1f);
|
loc.getWorld().createExplosion(loc, 0F);
|
||||||
}
|
}
|
||||||
}, 20);
|
}, 20);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue