Update version.

This commit is contained in:
sigonasr2 2016-07-17 16:20:46 -05:00
parent 8f6c7ed236
commit d3cbd05b1b
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
name: TwosideKeeper
main: sig.plugin.TwosideKeeper.TwosideKeeper
version: 3.6.1
version: 3.6.1r1
commands:
money:
description: Tells the player the amount of money they are holding.

View File

@ -1830,7 +1830,7 @@ public class GenericFunctions {
item.getType()!=Material.AIR && (item.getType().toString().contains("SPADE") ||
item.getType().toString().contains("AXE")||
item.getType().toString().contains("HOE"))) {
return true;
return true;
} else {
return false;
}