Commit new jar.
This commit is contained in:
parent
d17fadffe0
commit
614b972798
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
name: TwosideKeeper
|
||||
main: sig.plugin.TwosideKeeper.TwosideKeeper
|
||||
version: 3.5.4r3
|
||||
version: 3.5.4r4
|
||||
commands:
|
||||
money:
|
||||
description: Tells the player the amount of money they are holding.
|
||||
|
@ -2133,7 +2133,7 @@ public class GenericFunctions {
|
||||
//TwosideKeeper.log("In Darkness.",2);
|
||||
}
|
||||
double chance = 1;
|
||||
if (Math.random()<=chance/100d) {
|
||||
if (Math.random()<=chance/100d) {
|
||||
if (p.getInventory().getItem(i).getDurability()-repairamt<0) {
|
||||
p.getInventory().getItem(i).setDurability((short)0);
|
||||
TwosideKeeper.log("Repaired "+p.getInventory().getItem(i).toString()+" to full durability.", 5);
|
||||
|
Loading…
x
Reference in New Issue
Block a user