mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-24 11:38:42 +01:00
Fix multiplayer shearSheep
This commit is contained in:
parent
550fbc4b4a
commit
859683c192
@ -1888,7 +1888,7 @@ public class Quester {
|
||||
|
||||
// Multiplayer
|
||||
dispatchMultiplayerEventShareObjective(quest, getCurrentStage(quest), (Quester q) -> {
|
||||
q.getQuestData(quest).sheepSheared.put(color, getQuestData(quest).mobsTamed.get(color));
|
||||
q.getQuestData(quest).sheepSheared.put(color, getQuestData(quest).sheepSheared.get(color));
|
||||
q.finishObjective(quest, "shearSheep", null, null, null, null, null, null, null, color, null, null);
|
||||
return null;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user