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