Update version.

This commit is contained in:
sigonasr2 2016-07-18 18:49:06 -05:00
parent a5358d0396
commit d53916335e
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.2
version: 3.6.2a
commands:
money:
description: Tells the player the amount of money they are holding.

View File

@ -4596,7 +4596,7 @@ public class TwosideKeeper extends JavaPlugin implements Listener {
}
}
@EventHandler(priority=EventPriority.LOW,ignoreCancelled = true)
public void onPlayerMove(PlayerMoveEvent ev) {
/*if (SERVER_TYPE==ServerType.TEST || SERVER_TYPE==ServerType.QUIET) {