Skip to content

Commit

Permalink
Minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryush00 committed Oct 19, 2014
1 parent c96c061 commit b3a126f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public void onEnable() {
logger = getServer().getLogger();
//this.getCommand("join").setExecutor(new CommandListener(this));
registerEvents(new EventListener(this));
logger.info("ProjectMG가 활성화 되었습니다.");
logger.info("AntiBlockPortal이 활성화 되었습니다. 제작 ryush00@gmail.com");


}
Expand All @@ -25,7 +25,7 @@ private void registerEvents(Listener listener) {

@Override
public void onDisable() {
logger.info("ProjectMG가 비활성화 되었습니다.");
logger.info("AntiBlockPortal이 비활성화 되었습니다. 제작 ryush00@gmail.com");
}

}

0 comments on commit b3a126f

Please sign in to comment.