forked from MagicBane/Server
Quest System Completed
This commit is contained in:
@@ -24,8 +24,8 @@ public class QuestObject {
|
||||
else
|
||||
return;
|
||||
|
||||
if(this.objectiveCount >= this.objectiveCountRequired){
|
||||
QuestManager.completeQuest(this.owner,this);
|
||||
}
|
||||
//if(this.objectiveCount >= this.objectiveCountRequired){
|
||||
// //QuestManager.completeQuest(this.owner,this);
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user