From b01fa0e154d6b94d2d9ee6937db4277cf59e737c Mon Sep 17 00:00:00 2001 From: cerevisiae Date: Tue, 14 Dec 2010 23:01:39 -0600 Subject: [PATCH] Adding a debug to test --- vMinecraftCommands.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vMinecraftCommands.java b/vMinecraftCommands.java index f4d767dc3..575c82c59 100644 --- a/vMinecraftCommands.java +++ b/vMinecraftCommands.java @@ -1476,6 +1476,8 @@ public class vMinecraftCommands{ for(String group : myGroups) if(rank.equalsIgnoreCase(group)) { + log.log(Level.INFO, myRank + " cere"); + leave = true; break; } @@ -1484,9 +1486,7 @@ public class vMinecraftCommands{ myRank++; } if(!leave) - { myRank = 0; - } log.log(Level.INFO, myRank + " / " + tarRank); //Make sure they're not promoting to their rank or higher