浏览代码

Accidentally left in some debug stuff.

GJ 13 年之前
父节点
当前提交
136debfee5
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/main/java/com/gmail/nossr50/skills/Staves.java

+ 0 - 1
src/main/java/com/gmail/nossr50/skills/Staves.java

@@ -120,7 +120,6 @@ public class Staves {
             duration = (TICKS_PER_SECOND * MAX_SPEED_DURATION_SECONDS);
         }
 
-        shooter.setLevel(shooter.getLevel() - 2);
         target.addPotionEffect(new PotionEffect(type, duration, amplifier));
 
         if (type.equals(PotionEffectType.SLOW)) {