Update version.
This commit is contained in:
parent
8f6c7ed236
commit
d3cbd05b1b
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
name: TwosideKeeper
|
name: TwosideKeeper
|
||||||
main: sig.plugin.TwosideKeeper.TwosideKeeper
|
main: sig.plugin.TwosideKeeper.TwosideKeeper
|
||||||
version: 3.6.1
|
version: 3.6.1r1
|
||||||
commands:
|
commands:
|
||||||
money:
|
money:
|
||||||
description: Tells the player the amount of money they are holding.
|
description: Tells the player the amount of money they are holding.
|
||||||
|
@ -1830,7 +1830,7 @@ public class GenericFunctions {
|
|||||||
item.getType()!=Material.AIR && (item.getType().toString().contains("SPADE") ||
|
item.getType()!=Material.AIR && (item.getType().toString().contains("SPADE") ||
|
||||||
item.getType().toString().contains("AXE")||
|
item.getType().toString().contains("AXE")||
|
||||||
item.getType().toString().contains("HOE"))) {
|
item.getType().toString().contains("HOE"))) {
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user