소스 검색

Anniversary is over for another year...

GJ 12 년 전
부모
커밋
3df5f529eb
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/main/java/com/gmail/nossr50/commands/player/McmmoCommand.java

+ 0 - 3
src/main/java/com/gmail/nossr50/commands/player/McmmoCommand.java

@@ -10,7 +10,6 @@ import org.getspout.spoutapi.player.SpoutPlayer;
 import com.gmail.nossr50.mcMMO;
 import com.gmail.nossr50.config.Config;
 import com.gmail.nossr50.locale.LocaleLoader;
-import com.gmail.nossr50.util.Anniversary;
 
 public class McmmoCommand implements CommandExecutor {
     @Override
@@ -32,8 +31,6 @@ public class McmmoCommand implements CommandExecutor {
             }
 
             sender.sendMessage(LocaleLoader.getString("MOTD.Version", mcMMO.p.getDescription().getVersion()));
-
-            Anniversary.anniversaryCheck(sender);
             return true;
         }