Forgot to remove debug message.

This commit is contained in:
sigonasr2 2016-06-24 18:18:31 -05:00
parent 93a9ca06fe
commit 325d1ae525
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -400,7 +400,7 @@ public class TwosideKeeper extends JavaPlugin implements Listener {
+old_armordef+"::"+pd.prev_weapondmg+"," +old_armordef+"::"+pd.prev_weapondmg+","
+pd.prev_buffdmg+"," +pd.prev_buffdmg+","
+pd.prev_partydmg+"," +pd.prev_partydmg+","
+pd.prev_armordef,2); +pd.prev_armordef,5);
pd.damagereduction = store1; pd.damagereduction = store1;
pd.damagedealt = store2; pd.damagedealt = store2;
DecimalFormat df = new DecimalFormat("0.0"); DecimalFormat df = new DecimalFormat("0.0");