This commit is contained in:
Blackvein 2012-11-05 07:05:58 -08:00
parent f86765c90e
commit 97a48db886
2 changed files with 14 additions and 2 deletions

View File

@ -274,6 +274,12 @@ public class PlayerListener implements Listener {
}
if(evt.isShiftClick()){
evt.
}
}
}

View File

@ -3799,4 +3799,10 @@ public class Quests extends JavaPlugin implements ConversationAbandonedListener
return null;
}
public int getCraftTimes(Inventory i, Recipe r){
return 0;
}
}