mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-08 07:36:42 +02:00
Allow spamming of this, by reducing explosion damage to 0, same effect, no mess
This commit is contained in:
@@ -37,7 +37,7 @@ public class Commandkittycannon extends EssentialsCommand
|
||||
{
|
||||
final Location loc = ocelot.getLocation();
|
||||
ocelot.remove();
|
||||
loc.getWorld().createExplosion(loc, 1f);
|
||||
loc.getWorld().createExplosion(loc, 0F);
|
||||
}
|
||||
}, 20);
|
||||
}
|
||||
|
Reference in New Issue
Block a user