mirror of
https://github.com/PikaMug/Quests.git
synced 2025-02-02 05:31:33 +01:00
Unstable
This commit is contained in:
parent
bc76c72e09
commit
99879b5817
@ -149,6 +149,7 @@ public class Quest {
|
||||
q.completedQuests.add(name);
|
||||
String none = ChatColor.GRAY + "- (None)";
|
||||
player.sendMessage(plugin.parseString(finished, q.currentQuest));
|
||||
if(moneyReward > 0 && Quests.economy != null)
|
||||
Quests.economy.depositPlayer(q.name, moneyReward);
|
||||
if(redoDelay > -1)
|
||||
q.completedTimes.put(this.name, System.currentTimeMillis());
|
||||
|
Loading…
Reference in New Issue
Block a user