Potential fix for #565

This commit is contained in:
BuildTools 2018-12-18 01:35:25 -05:00
parent 998859251a
commit f119489f9f

View File

@ -310,6 +310,9 @@ public class Quester {
}
public void takeQuest(Quest q, boolean override) {
if (q == null) {
return;
}
Player player = getPlayer();
long start = -1;
long end = -1;