浏览代码

Adding a debug to test

cerevisiae 14 年之前
父节点
当前提交
b01fa0e154
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      vMinecraftCommands.java

+ 2 - 2
vMinecraftCommands.java

@@ -1476,6 +1476,8 @@ public class vMinecraftCommands{
 			for(String group : myGroups)
 			for(String group : myGroups)
 				if(rank.equalsIgnoreCase(group))
 				if(rank.equalsIgnoreCase(group))
 				{
 				{
+					log.log(Level.INFO, myRank + " cere");
+
 					leave = true;
 					leave = true;
 					break;
 					break;
 				}
 				}
@@ -1484,9 +1486,7 @@ public class vMinecraftCommands{
 			myRank++;
 			myRank++;
 		}
 		}
 		if(!leave)
 		if(!leave)
-		{
 			myRank = 0;
 			myRank = 0;
-		}
 		
 		
 		log.log(Level.INFO, myRank + " / " + tarRank);
 		log.log(Level.INFO, myRank + " / " + tarRank);
 		//Make sure they're not promoting to their rank or higher
 		//Make sure they're not promoting to their rank or higher