damagecounterplugin: updated grammar (#1307)
* damagecounterplugin: updated grammar updated spacing and grammar for now may look into more later. * Update DamageCounterPlugin.java
This commit is contained in:
@@ -314,8 +314,8 @@ public class DamageCounterPlugin extends Plugin
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
MessageDamage = "Didn't do much" +
|
MessageDamage = "Didn't do much, " +
|
||||||
"Fucking leech did " + DAMAGEFORMAT.format(DamageCount) + " damage to " +
|
"leech, you did " + DAMAGEFORMAT.format(DamageCount) + " damage to " +
|
||||||
actor.getName() + "! You did %" + String.format("%.2f", percent) + " of the damage";
|
actor.getName() + "! You did %" + String.format("%.2f", percent) + " of the damage";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user