mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-24 03:25:20 +01:00
Merge branch 'master' of ssh://git@github.com/FlyingPikachu/Quests.git
This commit is contained in:
commit
e1276a9597
@ -1391,7 +1391,8 @@ public class Quester {
|
||||
|
||||
int amount = getQuestData(quest).itemsDelivered.get(found);
|
||||
int req = getCurrentStage(quest).itemsToDeliver.get(getCurrentStage(quest).itemsToDeliver.indexOf(found)).getAmount();
|
||||
Material m = null;
|
||||
Material m = i.getType();
|
||||
|
||||
if (amount < req) {
|
||||
|
||||
if ((i.getAmount() + amount) > req) {
|
||||
|
Loading…
Reference in New Issue
Block a user