diff --git a/TwosideKeeper.jar b/TwosideKeeper.jar index 4683fc7..b37776b 100644 Binary files a/TwosideKeeper.jar and b/TwosideKeeper.jar differ diff --git a/src/plugin.yml b/src/plugin.yml index 541f05a..41350d5 100644 --- a/src/plugin.yml +++ b/src/plugin.yml @@ -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. diff --git a/src/sig/plugin/TwosideKeeper/TwosideKeeper.java b/src/sig/plugin/TwosideKeeper/TwosideKeeper.java index cc77262..ab9909d 100644 --- a/src/sig/plugin/TwosideKeeper/TwosideKeeper.java +++ b/src/sig/plugin/TwosideKeeper/TwosideKeeper.java @@ -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) {